Skip to main content
Anchor to SubscriptionBillingCycleUserError

SubscriptionBillingCycleUserError

object

Requires read_own_subscription_contracts access scope.

The possible errors for a subscription billing cycle.

•SubscriptionBillingCycleErrorCode

The error code.

•[String!]

The path to the input field that caused the error.

•String!non-null

The error message.


Was this section helpful?

•mutation

Delete the schedule and contract edits of the selected subscription billing cycle.

Arguments

•SubscriptionBillingCycleInput!required

Input object used to select and use billing cycles.


Fields

•[SubscriptionBillingCycle!]

The list of updated billing cycles.

•[SubscriptionBillingCycleUserError!]!non-null

The list of errors that occurred from executing the mutation.

•mutation

Delete the current and future schedule and contract edits of a list of subscription billing cycles.

Arguments

•ID!required

The globally-unique identifier of the subscription contract that the billing cycle belongs to.

•SubscriptionBillingCyclesTargetSelection!required

Select billing cycles to be deleted.


Fields

•[SubscriptionBillingCycle!]

The list of updated billing cycles.

•[SubscriptionBillingCycleUserError!]!non-null

The list of errors that occurred from executing the mutation.

•mutation

Modify the schedule of a specific billing cycle.

Arguments

•SubscriptionBillingCycleInput!required

Input object for selecting and using billing cycles.

•SubscriptionBillingCycleScheduleEditInput!required

Data used to create or modify billing cycle schedule edit.


Fields

•SubscriptionBillingCycle

The updated billing cycle.

•[SubscriptionBillingCycleUserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?


Was this section helpful?