Preview

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

ManageScheduledChangeBillingChargeResult

This page contains

    Fields

    billingChargeId: ID!

    The billing charge ID that was processed. Can be a charge that was not requested when it was cancelled as a side effect of a requested charge.

    type: ScheduledChangeOperationType! PREVIEW

    The operation that was applied to this billing charge.

    success: Boolean!

    Whether the operation was successfully applied.

    userErrors: [ManageScheduledChangesError!] PREVIEW

    Per-charge errors encountered during processing. Only populated when success is false.

    Parent objects of ManageScheduledChangeBillingChargeResult

    ManageScheduledChangeResult PREVIEW