ValidateOfferingCoupon
Information based on if an offering coupon is valid
Fields
fail_reason
· String
· The reason why the promo code was not successfully applied first_amount
· String
· Discount amount for first payment new_first_price
· String
· The size of the discount with the promo code applied to the first payment (in case offering has a different first payment amount) repeat_times
· String
· Indicates number of discount periods still_ask_for_cc
· Boolean
· Indicates necessary of displaying CC form Used By
Definition
"""Information based on if an offering coupon is valid"""type ValidateOfferingCoupon { """ The reason why the promo code was not successfully applied """ fail_reason: String
""" Discount amount for first payment """ first_amount: String
""" The size of the discount with the promo code applied to the first payment (in case offering has a different first payment amount) """ new_first_price: String
""" The new price with a promo code applied """ new_price: String
""" Indicates number of discount periods """ repeat_times: String
""" Indicates necessary of displaying CC form """ still_ask_for_cc: Boolean}