An event related to coupon payments.

Export

CouponPaymentEvent

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

Properties

ChargeComponent?: ChargeComponent

Memberof

CouponPaymentEvent

ClipOrRedemptionCount?: number

The number of coupon clips or redemptions.

Memberof

CouponPaymentEvent

CouponId?: string

A coupon identifier.

Memberof

CouponPaymentEvent

FeeComponent?: FeeComponent

Memberof

CouponPaymentEvent

PaymentEventId?: string

A payment event identifier.

Memberof

CouponPaymentEvent

PostedDate?: string

Memberof

CouponPaymentEvent

SellerCouponDescription?: string

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

Memberof

CouponPaymentEvent

TotalAmount?: Currency

Memberof

CouponPaymentEvent