Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Interface DebtRecoveryItem

    An item of a debt payment or debt adjustment.

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

    A date in ISO 8601 date-time format.

    GroupEndDate?: string

    A date in ISO 8601 date-time format.

    OriginalAmount?: Currency
    RecoveryAmount?: Currency