# SubscriptionBillingCycle - customer - OBJECT Version: 2024-10 ## Description The billing cycle of a subscription. ### Access Scopes ## Fields * [billingAttemptExpectedDate](/docs/api/customer/2024-10/scalars/DateTime): DateTime! - The expected date of the billing attempt. * [cycleEndAt](/docs/api/customer/2024-10/scalars/DateTime): DateTime! - The end date of the billing cycle. * [cycleIndex](/docs/api/customer/2024-10/scalars/Int): Int! - The index of the billing cycle. * [cycleStartAt](/docs/api/customer/2024-10/scalars/DateTime): DateTime! - The start date of the billing cycle. * [edited](/docs/api/customer/2024-10/scalars/Boolean): Boolean! - Whether the billing cycle was edited. * [skipped](/docs/api/customer/2024-10/scalars/Boolean): Boolean! - Whether the billing cycle was skipped. * [status](/docs/api/customer/2024-10/enums/SubscriptionBillingCycleBillingCycleStatus): SubscriptionBillingCycleBillingCycleStatus! - The status of the billing cycle. ## Connections ## Related queries ## Related mutations * [subscriptionBillingCycleSkip](/docs/api/customer/2024-10/mutations/subscriptionBillingCycleSkip) Skips a Subscription Billing Cycle. * [subscriptionBillingCycleUnskip](/docs/api/customer/2024-10/mutations/subscriptionBillingCycleUnskip) Unskips a Subscription Billing Cycle. ## Related Unions ## Examples