# SubscriptionBillingCycleSelector - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields to select SubscriptionBillingCycle by either date or index. ### Access Scopes ## Fields * [date](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime - Returns a billing cycle by date. * [index](/docs/api/admin-graphql/2024-10/scalars/Int): Int - Returns a billing cycle by index. ## Input objects with this input object * [subscriptionBillingCycleCharge](/docs/api/admin-graphql/2024-10/mutations/subscriptionBillingCycleCharge) * [SubscriptionBillingAttemptInput](/docs/api/admin-graphql/2024-10/input-objects/SubscriptionBillingAttemptInput) * [SubscriptionBillingCycleInput](/docs/api/admin-graphql/2024-10/input-objects/SubscriptionBillingCycleInput) ## Examples