Skip to main content

BundleCoupon

No description

type BundleCoupon {
id: ID!
bundles: [Bundle!]!
active: Boolean!
generated: Boolean!
code: String!
externalCouponId: String
maxRedemptions: Int
percentOff: Int
amountOffInCents: Int
timesRedeemed: Int
redeemBy: Date
duration: CouponDuration
durationInMonths: Int
appliesToUser: AppliesToUser
}

Fields

BundleCoupon.id ● ID! non-null scalar

BundleCoupon.bundles ● [Bundle!]! non-null object

BundleCoupon.active ● Boolean! non-null scalar

BundleCoupon.generated ● Boolean! non-null scalar

BundleCoupon.code ● String! non-null scalar

BundleCoupon.externalCouponId ● String scalar

BundleCoupon.maxRedemptions ● Int scalar

BundleCoupon.percentOff ● Int scalar

BundleCoupon.amountOffInCents ● Int scalar

BundleCoupon.timesRedeemed ● Int scalar

BundleCoupon.redeemBy ● Date scalar

BundleCoupon.duration ● CouponDuration enum

BundleCoupon.durationInMonths ● Int scalar

BundleCoupon.appliesToUser ● AppliesToUser enum