Preview

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

ManageScheduledChangeBillingChargeInput

This page contains

    Fields

    billingChargeId ID!

    The billing charge ID to manage (same value previously passed as orderId).

    type ScheduledChangeOperationType! PREVIEW

    The operation to apply to this billing charge. Only CANCEL is currently applied; UPDATE is accepted by the schema but reported as a per-charge ScheduledChangeOperationNotSupportedError.

    quantity Decimal

    New quantity to apply. Only used when type is UPDATE, so it is currently ignored.

    pricingPlanId ID

    New pricing plan ID to apply. Only used when type is UPDATE, so it is currently ignored.

    activationDate Date

    New activation date to apply. Only used when type is UPDATE, so it is currently ignored.