Home > @infiniteobjects/shopify-data-manager > AdminTypes > SubscriptionAppliedCodeDiscount
Represents an applied code discount.
Signature:
export interface SubscriptionAppliedCodeDiscount
| Property | Modifiers | Type | Description |
|---|---|---|---|
| id | Scalars[‘ID’][‘output’] | The unique ID. | |
| redeemCode | Scalars[‘String’][‘output’] | The redeem code of the discount that applies on the subscription. | |
| rejectionReason? | Maybe<SubscriptionDiscountRejectionReason | `${SubscriptionDiscountRejectionReason}`> | (Optional) The reason that the discount on the subscription draft is rejected. |