Home > @infiniteobjects/shopify-data-manager > AdminTypes > SubscriptionManualDiscountValueInput
The input fields for the discount value and its distribution.
Signature:
export interface SubscriptionManualDiscountValueInput
| Property | Modifiers | Type | Description |
|---|---|---|---|
| fixedAmount? | InputMaybe<SubscriptionManualDiscountFixedAmountInput> | (Optional) Fixed amount input in the currency defined by the subscription. | |
| percentage? | InputMaybe<Scalars[‘Int’][‘input’]> | (Optional) The percentage value of the discount. Value must be between 0 - 100. |