stack

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

AdminTypes.AppSubscriptionDiscount interface

Discount applied to the recurring pricing portion of a subscription.

Signature:

export interface AppSubscriptionDiscount 

Properties

Property Modifiers Type Description
durationLimitInIntervals?   Maybe<Scalars[‘Int’][‘output’]> (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 blank.
priceAfterDiscount   MoneyV2 The price of the subscription after the discount is applied.
remainingDurationInIntervals?   Maybe<Scalars[‘Int’][‘output’]> (Optional) The remaining number of billing intervals to which the discount will be applied.
value   AppSubscriptionDiscountValue The value of the discount applied every billing interval.