stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > SubscriptionManualDiscountValueInput

AdminTypes.SubscriptionManualDiscountValueInput interface

The input fields for the discount value and its distribution.

Signature:

export interface SubscriptionManualDiscountValueInput 

Properties

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.