Skip to main content
Anchor to SubscriptionContractCalculationCommitUserError

SubscriptionContractCalculationCommitUserError

object

An error that occurs during the execution of SubscriptionContractCalculationCommit.

•SubscriptionContractCalculationCommitUserErrorCode

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

Commits a succeeded subscription contract calculation. For a create or update calculation, committing makes the calculated contract the contract's new active version used for future billing. For a billing cycle edit, committing applies the calculated contract only to the selected cycle.

The calculation must be in a succeeded state, which you can confirm with the subscriptionContractCalculation query. Returns the committed contract as a SubscriptionContract, or a SubscriptionBillingCycleEditedContract for a billing cycle edit.

Learn how to build a subscription contract.

Arguments

•ID!
required

The ID of the Subscription Contract Calculation to commit.



Was this section helpful?


Was this section helpful?