Coupon
No description
type Coupon {
amount_off: Float!
duration: String!
duration_in_months: Int
max_redemptions: Int
name: String!
percent_off: Float!
redeem_by: Int
created: Int
currency: String
times_redeemed: Int
valid: Boolean!
}
Fields
Coupon.amount_off ● Float! non-null scalar
Coupon.duration ● String! non-null scalar
Coupon.duration_in_months ● Int scalar
Coupon.max_redemptions ● Int scalar
Coupon.name ● String! non-null scalar
Coupon.percent_off ● Float! non-null scalar
Coupon.redeem_by ● Int scalar
Coupon.created ● Int scalar
Coupon.currency ● String scalar
Coupon.times_redeemed ● Int scalar
Coupon.valid ● Boolean! non-null scalar
Member Of
PromotionCode object