Skip to main content

Coupon

No description

type Coupon {
code: String!
convention: Convention!
expires_at: Date
fixed_amount: Money
id: ID!
percent_discount: BigDecimal
provides_product: Product
usage_limit: Int
}

Fields

Coupon.code ● String! non-null scalar

Coupon.convention ● Convention! non-null object

Coupon.expires_at ● Date scalar

Coupon.fixed_amount ● Money object

Coupon.id ● ID! non-null scalar

Coupon.percent_discount ● BigDecimal scalar

Coupon.provides_product ● Product object

Coupon.usage_limit ● Int scalar

Member Of

Convention object ● CouponApplication object ● CouponsPagination object ● CreateCouponPayload object ● DeleteCouponPayload object ● UpdateCouponPayload object