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

    An event related to charge refund.

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

    Properties

    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.