# SubscriptionBillingPolicy - customer - OBJECT Version: 2024-10 ## Description The billing policy of a subscription. ### Access Scopes ## Fields * [anchors](/docs/api/customer/2024-10/unions/SubscriptionAnchor): SubscriptionAnchor! - The anchor dates for calculating billing intervals. * [interval](/docs/api/customer/2024-10/enums/SubscriptionInterval): SubscriptionInterval! - The type of interval associated with this schedule (e.g. Monthly, Weekly, etc). * [intervalCount](/docs/api/customer/2024-10/objects/Count): Count - The number of intervals between invoices. * [maxCycles](/docs/api/customer/2024-10/scalars/Int): Int - The maximum number of cycles after which the subscription ends. * [minCycles](/docs/api/customer/2024-10/scalars/Int): Int - The minimum number of cycles required for the subscription. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples