An event related to coupon payments.

CouponPaymentEvent

interface FinancesApiModelCouponPaymentEvent {
    ChargeComponent?: FinancesApiModelChargeComponent;
    ClipOrRedemptionCount?: number;
    CouponId?: string;
    FeeComponent?: FinancesApiModelFeeComponent;
    PaymentEventId?: string;
    PostedDate?: string;
    SellerCouponDescription?: string;
    TotalAmount?: FinancesApiModelCurrency;
}

Properties

CouponPaymentEvent

ClipOrRedemptionCount?: number

The number of coupon clips or redemptions.

CouponPaymentEvent

CouponId?: string

A coupon identifier.

CouponPaymentEvent

CouponPaymentEvent

PaymentEventId?: string

A payment event identifier.

CouponPaymentEvent

PostedDate?: string

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

CouponPaymentEvent

SellerCouponDescription?: string

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

CouponPaymentEvent

CouponPaymentEvent

MMNEPVFCICPMFPCPTTAAATR