stack

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

AdminTypes.AppRecurringPricingInput interface

Instructs the app subscription to generate a fixed charge on a recurring basis. The frequency is specified by the billing interval.

Signature:

export interface AppRecurringPricingInput 

Properties

Property Modifiers Type Description
discount?   InputMaybe<AppSubscriptionDiscountInput> (Optional) The discount applied to the subscription for a given number of billing intervals.
interval?   InputMaybe<AppPricingInterval | `${AppPricingInterval}`> (Optional) How often the app subscription generates a charge.
price   MoneyInput The amount to be charged to the store every billing interval.