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

    An item of a debt payment or debt adjustment.

    interface DebtRecoveryItem {
        GroupBeginDate?: string;
        GroupEndDate?: string;
        OriginalAmount?: Currency;
        RecoveryAmount?: Currency;
    }
    Index

    Properties

    GroupBeginDate?: string

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

    GroupEndDate?: string

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

    OriginalAmount?: Currency
    RecoveryAmount?: Currency