An event related to an Adhoc Disbursement.

AdhocDisbursementEvent

interface AdhocDisbursementEvent {
    PostedDate?: string;
    TransactionAmount?: Currency;
    TransactionId?: string;
    TransactionType?: string;
}

Properties

PostedDate?: string

AdhocDisbursementEvent

TransactionAmount?: Currency

AdhocDisbursementEvent

TransactionId?: string

The identifier for the transaction.

AdhocDisbursementEvent

TransactionType?: string

Indicates the type of transaction. Example: "Disbursed to Amazon Gift Card balance"

AdhocDisbursementEvent