AppPricingDetails
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).
- discount•App
Subscription Discount The discount applied to the subscription for a given number of billing intervals.
- interval•Appnon-null
Pricing Interval! The frequency at which the subscribing shop is billed for an app subscription.
- plan
Handle •String The app store pricing plan handle.
- plan
Id •String The app store pricing plan id.
- price•Moneynon-null
V2! The amount and currency to be charged to the subscribing shop every billing interval.
- discount•
- •OBJECT
Defines a usage pricing model for the app subscription. These charges are variable based on how much the merchant uses the app.
- balance
Used •Moneynon-nullV2! The total usage records for interval.
- capped
Amount •Moneynon-nullV2! The capped amount prevents the merchant from being charged for any usage over that amount during a billing period. This prevents billing from exceeding a maximum threshold over the duration of the billing period. For the merchant to continue using the app after exceeding a capped amount, they would need to agree to a new usage charge.
- interval•Appnon-null
Pricing Interval! The frequency with which the app usage records are billed.
- terms•String!non-null
The terms and conditions for app usage pricing. Must be present in order to create usage charges. The terms are presented to the merchant when they approve an app's usage charges.
- balance
Anchor to Fields with this unionFields with this union
- •OBJECT
The plan billed to a shop on a recurring basis.