Preview

SubscriptionCancellationRequestStatus is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

SubscriptionCancellationRequestStatus

The status of a subscription cancellation request. Maps 1:1 to the domain CancellationRequestStatus enum.

This page contains

    Fields

    COMPLETED

    Cancellation has been fully completed. The subscription is now cancelled.

    IN_PROGRESS

    Cancellation is currently being processed (immediate cancellation).

    FAILED

    Cancellation processing failed.

    SCHEDULED

    Cancellation is scheduled for a future date.