Home > @infiniteobjects/shopify-data-manager > AdminTypes > SubscriptionBillingCycleSelector
The input fields to select SubscriptionBillingCycle by either date or index.
Signature:
export interface SubscriptionBillingCycleSelector
Property | Modifiers | Type | Description |
---|---|---|---|
date? | InputMaybe<Scalars[‘DateTime’][‘input’]> | (Optional) Returns a billing cycle by date. | |
index? | InputMaybe<Scalars[‘Int’][‘input’]> | (Optional) Returns a billing cycle by index. |