Skip to main content

ConsumerAccountTransactionType

No description

enum ConsumerAccountTransactionType {
CARD_TRANSACTION
CLAIM_REIMBURSEMENT
FUNDING
UNKNOWN
}

Values

ConsumerAccountTransactionType.CARD_TRANSACTION

A card transaction.

ConsumerAccountTransactionType.CLAIM_REIMBURSEMENT

A manual claim for reimbursement with associated card transaction.

ConsumerAccountTransactionType.FUNDING

A Funding transaction corresponds to funds deposited (credited) to a participant. These funds are available to spend and comprise "the funds" available to the participant.

ConsumerAccountTransactionType.UNKNOWN

An unknown transaction type. This should be unexpected and should log errors and be investigated (but not restrict visibility into transaction data).

Member of

ConsumerAccountTransactionNode object