# AppRecurringPricingInput - admin - INPUT_OBJECT
Version: 2025-01

## 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/2025-01/input-objects/AppSubscriptionDiscountInput): AppSubscriptionDiscountInput - The discount applied to the subscription for a given number of billing intervals.
* [interval](/docs/api/admin/2025-01/enums/AppPricingInterval): AppPricingInterval - How often the app subscription generates a charge.
* [price](/docs/api/admin/2025-01/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/2025-01/input-objects/AppPlanInput)


## Examples