# SubscriptionBillingPolicyInput - admin - INPUT_OBJECT
Version: 2025-01

## Description
The input fields for a Subscription Billing Policy.

### Access Scopes



## Fields
* [anchors](/docs/api/admin/2025-01/input-objects/SellingPlanAnchorInput): SellingPlanAnchorInput - Specific anchor dates upon which the billing interval calculations should be made.
* [interval](/docs/api/admin/2025-01/enums/SellingPlanInterval): SellingPlanInterval! - The kind of interval that's associated with this schedule (e.g. Monthly, Weekly, etc).
* [intervalCount](/docs/api/admin/2025-01/scalars/Int): Int! - The number of billing intervals between invoices.
* [maxCycles](/docs/api/admin/2025-01/scalars/Int): Int - Maximum amount of cycles required in the subscription.
* [minCycles](/docs/api/admin/2025-01/scalars/Int): Int - Minimum amount of cycles required in the subscription.


## Input objects with this input object
* [SubscriptionDraftInput](/docs/api/admin/2025-01/input-objects/SubscriptionDraftInput)


## Examples