stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > SubscriptionBillingCycleSelector

AdminTypes.SubscriptionBillingCycleSelector interface

The input fields to select SubscriptionBillingCycle by either date or index.

Signature:

export interface SubscriptionBillingCycleSelector 

Properties

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.