# SubscriptionBillingPolicy - admin - OBJECT
Version: 2025-01

## Description
Represents a Subscription Billing Policy.

### Access Scopes
the `read_own_subscription_contracts` or `write_own_subscription_contracts` scope.


## Fields
* [anchors](/docs/api/admin/2025-01/objects/SellingPlanAnchor): SellingPlanAnchor! - 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 after which the subscription ends.
* [minCycles](/docs/api/admin/2025-01/scalars/Int): Int - Minimum amount of cycles required in the subscription.

## Connections



## Related queries

## Related mutations

## Related Unions

## Examples