Home > @infiniteobjects/shopify-data-manager > AdminTypes > SubscriptionDiscountFixedAmountValue
The value of the discount and how it will be applied.
Signature:
export interface SubscriptionDiscountFixedAmountValue
| Property | Modifiers | Type | Description |
|---|---|---|---|
| amount | MoneyV2 | The fixed amount value of the discount. | |
| appliesOnEachItem | Scalars[‘Boolean’][‘output’] | Whether the amount is applied per item. |