Home > @infiniteobjects/shopify-data-manager > AdminTypes > SubscriptionAtomicManualDiscountInput
The input fields for mapping a subscription line to a discount.
Signature:
export interface SubscriptionAtomicManualDiscountInput
| Property | Modifiers | Type | Description |
|---|---|---|---|
| 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. |