stack

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

AdminTypes.AppRecurringPricing interface

The pricing information about a subscription app. The object contains an interval (the frequency at which the shop is billed for an app subscription) and a price (the amount to be charged to the subscribing shop at each interval).

Signature:

export interface AppRecurringPricing 

Properties

Property Modifiers Type Description
discount?   Maybe<AppSubscriptionDiscount> (Optional) The discount applied to the subscription for a given number of billing intervals.
interval   AppPricingInterval | `${AppPricingInterval}` The frequency at which the subscribing shop is billed for an app subscription.
price   MoneyV2 The amount and currency to be charged to the subscribing shop every billing interval.