Home > @infiniteobjects/shopify-data-manager > AdminTypes > AppSubscriptionDiscountValueInput
The input fields to specify the value discounted every billing interval.
Signature:
export interface AppSubscriptionDiscountValueInput
Property | Modifiers | Type | Description |
---|---|---|---|
amount? | InputMaybe<Scalars[‘Decimal’][‘input’]> | (Optional) The monetary value of a discount. | |
percentage? | InputMaybe<Scalars[‘Float’][‘input’]> | (Optional) The percentage value of a discount. |