# AppRecurringPricingInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description Instructs the app subscription to generate a fixed charge on a recurring basis. The frequency is specified by the billing interval. ### Access Scopes ## Fields * [discount](/docs/api/admin-graphql/2024-10/input-objects/AppSubscriptionDiscountInput): AppSubscriptionDiscountInput - The discount applied to the subscription for a given number of billing intervals. * [interval](/docs/api/admin-graphql/2024-10/enums/AppPricingInterval): AppPricingInterval - How often the app subscription generates a charge. * [price](/docs/api/admin-graphql/2024-10/input-objects/MoneyInput): MoneyInput! - The amount to be charged to the store every billing interval. ## Input objects with this input object * [AppPlanInput](/docs/api/admin-graphql/2024-10/input-objects/AppPlanInput) ## Examples