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

    Interface ChargeRefundEvent

    An event related to charge refund.

    interface ChargeRefundEvent {
        ChargeRefundTransactions?: ChargeRefundTransaction[];
        PostedDate?: string;
        ReasonCode?: string;
        ReasonCodeDescription?: string;
    }
    Index
    ChargeRefundTransactions?: ChargeRefundTransaction[]

    A list of ChargeRefund transactions

    PostedDate?: string

    A date in ISO 8601 date-time format.

    ReasonCode?: string

    The reason given for a charge refund. For example, SubscriptionFeeCorrection.

    ReasonCodeDescription?: string

    A description of the Reason Code. For example, SubscriptionFeeCorrection.