Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Interface AdhocDisbursementEvent

    An event related to an Adhoc Disbursement.

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

    A date in ISO 8601 date-time format.

    TransactionAmount?: Currency
    TransactionId?: string

    The identifier for the transaction.

    TransactionType?: string

    The type of transaction. For example, "Disbursed to Amazon Gift Card balance".