SubscriptionBillingCycle
Requires the or
scope.
A subscription billing cycle.
Anchor to Fields and connectionsFields and connections
- Anchor to billingAttemptExpectedDatebilling•
Attempt Expected Date DateTime! non-null The date on which the billing attempt is expected to be made.
- Anchor to billingAttemptsbilling•
Attempts The list of billing attempts associated with the billing cycle.
- Anchor to cycleEndAtcycle•
End At DateTime! non-null The end date of the billing cycle.
- Anchor to cycleIndexcycle•
Index Int!non-null The index of the billing cycle.
- Anchor to cycleStartAtcycle•
Start At DateTime! non-null The start date of the billing cycle.
- Anchor to editededited•Boolean!non-null
Whether this billing cycle was edited.
- Anchor to editedContractedited•
Contract The active edited contract for the billing cycle.
- Anchor to skippedskipped•Boolean!non-null
Whether this billing cycle was skipped.
- Anchor to sourceContractsource•
Contract SubscriptionContract! non-null The subscription contract that the billing cycle belongs to.
- Anchor to statusstatus•
The status of the billing cycle.
Anchor to QueriesQueries
- •query
Returns a subscription billing cycle found either by cycle index or date.
- •query
Returns subscription billing cycles for a contract ID.
SubscriptionBillingCycle Queries
Anchor to MutationsMutations
- •mutation
Delete the schedule and contract edits of the selected subscription billing cycle.
- •mutation
Delete the current and future schedule and contract edits of a list of subscription billing cycles.
- •mutation
Modify the schedule of a specific billing cycle.
- •mutation
Skips a Subscription Billing Cycle.
- •mutation
Unskips a Subscription Billing Cycle.