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

    An event related to coupon payments.

    interface CouponPaymentEvent {
        ChargeComponent?: ChargeComponent;
        ClipOrRedemptionCount?: number;
        CouponId?: string;
        FeeComponent?: FeeComponent;
        PaymentEventId?: string;
        PostedDate?: string;
        SellerCouponDescription?: string;
        TotalAmount?: Currency;
    }
    Index

    Properties

    ChargeComponent?: ChargeComponent
    ClipOrRedemptionCount?: number

    The number of coupon clips or redemptions.

    CouponId?: string

    A coupon identifier.

    FeeComponent?: FeeComponent
    PaymentEventId?: string

    A payment event identifier.

    PostedDate?: string

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

    SellerCouponDescription?: string

    The description provided by the seller when they created the coupon.

    TotalAmount?: Currency