# AppRecurringPricing - admin-graphql - OBJECT Version: 2025-01 ## Description 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](/docs/api/admin-graphql/2025-01/objects/AppSubscriptionDiscount): AppSubscriptionDiscount - The discount applied to the subscription for a given number of billing intervals. * [interval](/docs/api/admin-graphql/2025-01/enums/AppPricingInterval): AppPricingInterval! - The frequency at which the subscribing shop is billed for an app subscription. * [price](/docs/api/admin-graphql/2025-01/objects/MoneyV2): MoneyV2! - The amount and currency to be charged to the subscribing shop every billing interval. ## Connections ## Related queries ## Related mutations ## Related Unions * [AppPricingDetails](/docs/api/admin-graphql/2025-01/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. ## Examples