OBJECT
ValidateOfferingCoupon
Information based on if an offering coupon is valid
link GraphQL Schema definition
- type ValidateOfferingCoupon {
- # The reason why the promo code was not successfully applied
- String :
- # Discount amount for first payment
- String :
- # The size of the discount with the promo code applied to the first payment (in
- # case offering has a different first payment amount)
- String :
- # The new price with a promo code applied
- String :
- # Indicates number of discount periods
- String :
- # Indicates necessary of displaying CC form
- Boolean :
- }