GraphQL OBJECT
Automatically or manually generated coupon for the promotion.
type PromotionCoupon {# Coupon code.code: String # How many times the coupon has been used.quantityUsageCount: Int # Indicates whether the coupon is active.isActive: Boolean! }