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. For example, Refund.

    PaymentDisbursementType?: string

    The type of payment for disbursement. For example, CREDIT_CARD.

    PostedDate?: string

    A date in ISO 8601 date-time format.

    Status?: string

    The status of the failed AdhocDisbursement. For example, HARD_DECLINED.

    TransferAmount?: Currency
    TransferId?: string

    The transfer identifier.