previewSubscriptionCancellation
Preview the outcome of cancelling a subscription for a given cancellation option. Returns the termination fee and effective cancellation date without triggering the actual cancellation. This is read-only.
This page contains
Arguments
| input PreviewSubscriptionCancellationInput! PREVIEW |
Return Fields
| PreviewSubscriptionCancellationPayload PREVIEW | Payload returned after previewing a subscription cancellation. Unlike TriggerSubscriptionCancellationProcessPayload (which returns an AsynchronousProcess with id, triggeredOn, startedOn, completedOn), this returns the computed result synchronously since no actual cancellation is triggered. If userErrors is not empty, the preview fields may be null. |
Interactive example
This is an example query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.