# AppUsagePricingInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields to issue arbitrary charges for app usage associated with a subscription. ### Access Scopes ## Fields * [cappedAmount](/docs/api/admin-graphql/2024-10/input-objects/MoneyInput): MoneyInput! - The maximum amount of usage charges that can be incurred within a subscription billing interval. * [terms](/docs/api/admin-graphql/2024-10/scalars/String): String! - The terms and conditions for app usage. These terms stipulate the pricing model for the charges that an app creates. ## Input objects with this input object * [AppPlanInput](/docs/api/admin-graphql/2024-10/input-objects/AppPlanInput) ## Examples