Skip to main content
Anchor to subscriptionBillingCycle

subscriptionBillingCycle

query

Returns a subscription billing cycle found either by cycle index or date.

SubscriptionBillingCycleInput!
required

Input object used to select and use billing cycles.


Was this section helpful?

Anchor to SubscriptionBillingCycleSubscriptionBillingCycle
SubscriptionBillingCycle

A subscription billing cycle.

Anchor to billingAttemptExpectedDatebillingAttemptExpectedDate
DateTime!
non-null

The date on which the billing attempt is expected to be made.

SubscriptionBillingAttemptConnection!
non-null

The list of billing attempts associated with the billing cycle.

Arguments

Int

The first n elements from the paginated list.

String

The elements that come after the specified cursor.

Int

The last n elements from the paginated list.

String

The elements that come before the specified cursor.

Boolean
Default:false

Reverse the order of the underlying list.


DateTime!
non-null

The end date of the billing cycle.

Int!
non-null

The index of the billing cycle.

DateTime!
non-null

The start date of the billing cycle.

Boolean!
non-null

Whether this billing cycle was edited.

SubscriptionBillingCycleEditedContract

The active edited contract for the billing cycle.

Boolean!
non-null

Whether this billing cycle was skipped.

SubscriptionContract!
non-null

The subscription contract that the billing cycle belongs to.

SubscriptionBillingCycleBillingCycleStatus!
non-null

The status of the billing cycle.


Was this section helpful?