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

    A debt payment or debt adjustment.

    interface DebtRecoveryEvent {
        ChargeInstrumentList?: ChargeInstrument[];
        DebtRecoveryItemList?: DebtRecoveryItem[];
        DebtRecoveryType?: string;
        OverPaymentCredit?: Currency;
        RecoveryAmount?: Currency;
    }
    Index

    Properties

    ChargeInstrumentList?: ChargeInstrument[]

    A list of payment instruments.

    DebtRecoveryItemList?: DebtRecoveryItem[]

    A list of debt recovery item information.

    DebtRecoveryType?: string

    The debt recovery type. Possible values: * DebtPayment * DebtPaymentFailure * DebtAdjustment

    OverPaymentCredit?: Currency
    RecoveryAmount?: Currency