Home > @infiniteobjects/shopify-data-manager > AdminTypes > SubscriptionManualDiscountFixedAmountInput
The input fields for the fixed amount value of the discount and distribution on the lines.
Signature:
export interface SubscriptionManualDiscountFixedAmountInput
Property | Modifiers | Type | Description |
---|---|---|---|
amount? | InputMaybe<Scalars[‘Float’][‘input’]> | (Optional) Fixed amount value. | |
appliesOnEachItem? | InputMaybe<Scalars[‘Boolean’][‘input’]> | (Optional) Whether the amount is intended per line item or once per subscription. |