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
}