Skip to main content
Anchor to SubscriptionBillingCycle

SubscriptionBillingCycle

object

The billing cycle of a subscription.

Anchor to billingAttemptExpectedDatebillingAttemptExpectedDate
•DateTime!
non-null

The expected date of the billing attempt.

•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 the billing cycle was edited.

•Boolean!
non-null

Whether the billing cycle was skipped.

•SubscriptionBillingCycleBillingCycleStatus!
non-null

The status of the billing cycle.


Was this section helpful?

•mutation

Skips a Subscription Billing Cycle.

Arguments

•SubscriptionBillingCycleInput!
required

The input object for selecting and using billing cycles.


Fields

•SubscriptionBillingCycle

The updated billing cycle.

•[SubscriptionBillingCycleSkipUserError!]!
non-null

The list of errors that occurred from executing the mutation.

•mutation

Unskips a Subscription Billing Cycle.

Arguments

•SubscriptionBillingCycleInput!
required

The input object for selecting and using billing cycles.


Fields

•SubscriptionBillingCycle

The updated billing cycle.

•[SubscriptionBillingCycleUnskipUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?