Selling Partner API SDK for JavaScript
    Preparing search index...

    An event related to an Adhoc Disbursement.

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

    Properties

    PostedDate?: string

    Fields with a schema type of date are in ISO 8601 date time format (for example GroupBeginDate).

    TransactionAmount?: Currency
    TransactionId?: string

    The identifier for the transaction.

    TransactionType?: string

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