Anchor to SubscriptionContractCalculationCommitUserErrorSubscription
objectSubscription Contract Calculation Commit User Error
An error that occurs during the execution of .
Anchor to FieldsFields
- code (SubscriptionContractCalculationCommitUserErrorCode)
- field ([String!])
- message (String!)
- Anchor to codecode•Subscription
Contract Calculation Commit User Error Code The error code.
- Anchor to fieldfield•[String!]
The path to the input field that caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Was this section helpful?
Anchor to MutationsMutations
- subscriptionContractCalculationCommit (SubscriptionContractCalculationCommitPayload)
- •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
query. Returns the committed contract as a, or afor a billing cycle edit.Learn how to build a subscription contract.
- •ID!required
The ID of the Subscription Contract Calculation to commit.
Arguments
- •ID!
Was this section helpful?