OBJECT
OfferingCoupon
Offering Coupon
link GraphQL Schema definition
- type OfferingCoupon {
- # The amount off due to this offering coupon
- String :
- # The amount off due to this offering coupon
- String :
- # The time this offering coupon is applied
- String :
- # The code of this offering coupon
- String :
- # The time at which this offering coupon was created
- String :
- # The time at which this offering coupon was deleted
- String :
- # The date the promo code expires at
- String :
- # The flat amount off due to this offering coupon
- String :
- ID! :
- # The amount of times the offering coupon has been used
- String :
- # Owner of this Offering Coupon
- User :
- # Names of offerings this coupon is connected to
- String] : [
- # The promo type of this offering coupon
- String :
- # The repeat times of this offering coupon
- String :
- # concatenated string of ammount off string and applies to string
- String :
- # The time at which this offering coupon was last updated at
- String :
- # The amount of times the offering coupon can be used
- String :
- # The user id who created this offering coupon
- String :
- }