Types
PaymentCouponDiscountType
Whether a Promo Code discounts by a percentage or a fixed amount.
enum
PaymentCouponDiscountTypeValues
AMOUNT_OFF
A fixed amount off, per currency (see amountOff).
PERCENTAGE
A percentage off the plan price (see percentageOff).