Anchor to AppPricingDetailsApp
AppPricingDetails
union
The information about the price that's charged to a shop every plan period.
The concrete type can be for recurring billing or
for usage-based billing.
Anchor to Possible typesPossible types
- •OBJECT
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).
- •OBJECT
Defines a usage pricing model for the app subscription. These charges are variable based on how much the merchant uses the app.
Was this section helpful?
Anchor to Fields with this unionFields with this union
- •OBJECT
The plan billed to a shop on a recurring basis.
Was this section helpful?
union AppPricingDetails = AppRecurringPricing | AppUsagePricing