Preview

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

ManageScheduledChangeRequestInput

This page contains

    Fields

    subscriptionId ID!

    The unique ID of the subscription whose scheduled changes should be managed.

    billingCharge [ManageScheduledChangeBillingChargeInput!] PREVIEW

    Specific billing charges to manage. Mutually exclusive with cancelAll. Each entry must reference a distinct billingChargeId, otherwise this request item is rejected with InvalidScheduledChangeTargetingError.

    cancelAll Boolean

    When true, all schedule-backed billing charges for the subscription are discovered and cancelled. Mutually exclusive with billingCharge. Each request item must target scheduled changes through a non-empty billingCharge or cancelAll: true, otherwise this request item is rejected with InvalidScheduledChangeTargetingError.