Skip to main content

PromotionCode

No description

type PromotionCode {
id: String!
active: Boolean!
coupon: Coupon!
max_redemptions: Int!
expires_at: Int!
created: Int!
code: String!
}

Fields

PromotionCode.id ● String! non-null scalar

PromotionCode.active ● Boolean! non-null scalar

PromotionCode.coupon ● Coupon! non-null object

PromotionCode.max_redemptions ● Int! non-null scalar

PromotionCode.expires_at ● Int! non-null scalar

PromotionCode.created ● Int! non-null scalar

PromotionCode.code ● String! non-null scalar