stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > SubscriptionAppliedCodeDiscount

AdminTypes.SubscriptionAppliedCodeDiscount interface

Represents an applied code discount.

Signature:

export interface SubscriptionAppliedCodeDiscount 

Properties

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.