createOfferingCouponInput
Autogenerated input type of createOfferingCoupon
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEUsed By
Definition
"""Autogenerated input type of createOfferingCoupon"""input createOfferingCouponInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE") amount_off: String code: String expires_at: ISO8601DateTime flat_amount_off: String offering_ids: [ID] promo_type: String repeat_times: String usage_limit: String}