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

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

    ReasonCode?: string

    The reason given for a charge refund. Example: SubscriptionFeeCorrection

    ReasonCodeDescription?: string

    A description of the Reason Code. Example: SubscriptionFeeCorrection