Preview

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

SubscriptionCancellationOptionCode

Defines the various cancellation options that users can select for subscriptions.

This page contains

    Fields

    IMMEDIATE

    Cancel the subscription immediately without waiting for the billing cycle to end.

    END_OF_BILLING_CYCLE

    Cancel the subscription at the end of the current billing cycle.

    END_OF_CONTRACT

    Cancel the subscription at the end of the contract term.

    CUSTOM_DATE

    Cancel the subscription on a custom date specified by the user.