stack

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

AdminTypes.AppSubscriptionDiscountInput interface

The input fields to specify a discount to the recurring pricing portion of a subscription over a number of billing intervals.

Signature:

export interface AppSubscriptionDiscountInput 

Properties

Property Modifiers Type Description
durationLimitInIntervals?   InputMaybe<Scalars[‘Int’][‘input’]> (Optional) The total number of billing intervals to which the discount will be applied. The discount will be applied to an indefinite number of billing intervals if this value is left blank.
value?   InputMaybe<AppSubscriptionDiscountValueInput> (Optional) The value to be discounted every billing interval.