Home > @infiniteobjects/shopify-data-manager > AdminTypes > SubscriptionBillingCycle
A subscription billing cycle.
Signature:
export interface SubscriptionBillingCycle
Property | Modifiers | Type | Description |
---|---|---|---|
billingAttemptExpectedDate | Scalars[‘DateTime’][‘output’] | The date on which the billing attempt is expected to be made. | |
billingAttempts | SubscriptionBillingAttemptConnection | The list of billing attempts associated with the billing cycle. | |
cycleEndAt | Scalars[‘DateTime’][‘output’] | The end date of the billing cycle. | |
cycleIndex | Scalars[‘Int’][‘output’] | The index of the billing cycle. | |
cycleStartAt | Scalars[‘DateTime’][‘output’] | The start date of the billing cycle. | |
edited | Scalars[‘Boolean’][‘output’] | Whether this billing cycle was edited. | |
editedContract? | Maybe<SubscriptionBillingCycleEditedContract> | (Optional) The active edited contract for the billing cycle. | |
skipped | Scalars[‘Boolean’][‘output’] | Whether this billing cycle was skipped. | |
sourceContract | SubscriptionContract | The subscription contract that the billing cycle belongs to. | |
status | SubscriptionBillingCycleBillingCycleStatus | `${SubscriptionBillingCycleBillingCycleStatus}` | The status of the billing cycle. |