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

    Interface FailedAdhocDisbursementEvent

    Failed ad hoc disbursement event list.

    interface FailedAdhocDisbursementEvent {
        DisbursementId?: string;
        FundsTransfersType?: string;
        PaymentDisbursementType?: string;
        PostedDate?: string;
        Status?: string;
        TransferAmount?: Currency;
        TransferId?: string;
    }
    Index

    Properties

    DisbursementId?: string

    The disbursement identifier.

    FundsTransfersType?: string

    The type of fund transfer. Example "Refund"

    PaymentDisbursementType?: string

    The type of payment for disbursement. Example CREDIT_CARD

    PostedDate?: string

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

    Status?: string

    The status of the failed AdhocDisbursement. Example HARD_DECLINED

    TransferAmount?: Currency
    TransferId?: string

    The transfer identifier.