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
  • 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
  • }