Anchor to SubscriptionContractCalculationSubscription
unionSubscription Contract Calculation
Requires the or scope.
The result of a subscription contract calculation, returned by the
query. Because calculations run asynchronously, the concrete type reflects the
calculation's current state: while it's
still processing, once it's ready to
commit, or if it failed, whose errors
field describes what went wrong. Poll the query until the type is no longer pending.
Anchor to Possible typesPossible types
- SubscriptionContractCalculationFailure (SubscriptionContractCalculationFailure)
- SubscriptionContractCalculationPending (SubscriptionContractCalculationPending)
- SubscriptionContractCalculationSuccess (SubscriptionContractCalculationSuccess)
- •OBJECT
A subscription contract calculation that has failed.
Show fields
- •OBJECT
A subscription contract calculation that is still processing asynchronously.
Show fields
- •OBJECT
A subscription contract calculation that has completed successfully.
Show fields
Was this section helpful?