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).
Access Scopes
Fields
discount:
AppSubscriptionDiscount -
The discount applied to the subscription for a given number of billing intervals.
interval:
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.
Connections
Related queries
Related mutations
Related Unions
AppPricingDetails
The information about the price that's charged to a shop every plan period.
The concrete type can be `AppRecurringPricing` for recurring billing or `AppUsagePricing` for usage-based billing.