Home > @infiniteobjects/shopify-data-manager > AdminTypes > SubscriptionManualDiscountInput
The input fields for a subscription discount on a contract.
Signature:
export interface SubscriptionManualDiscountInput
Property | Modifiers | Type | Description |
---|---|---|---|
entitledLines? | InputMaybe<SubscriptionManualDiscountEntitledLinesInput> | (Optional) Entitled line items used to apply the subscription discount on. | |
recurringCycleLimit? | InputMaybe<Scalars[‘Int’][‘input’]> | (Optional) The maximum number of times the subscription discount will be applied on orders. | |
title? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) The title associated with the subscription discount. | |
value? | InputMaybe<SubscriptionManualDiscountValueInput> | (Optional) Percentage or fixed amount value of the discount. |