Types
PaymentCouponCheckout
The discount a Promo Code applies, as shown to a buyer at checkout.
object
PaymentCouponCheckoutFields
amountOff
Per-currency fixed discounts. Empty for percentage Promo Codes.
code
String!
The code the buyer entered to redeem the discount.
couponType
Whether the discount is a percentage or a fixed amount off.
duration
How long the discount applies: once, forever, or repeating.
durationInMonths
Int
Number of months a repeating discount applies. Null unless duration is repeating.
percentageOff
Int
Percent off the plan price (0-100). Null for amount-off Promo Codes.