BillingSetupOperation
A single operation on a billing setup, which describes the cancellation of an existing billing setup.
Fields |
Union field operation
operation . Only one of these operations can be set. "Update" operations are not supported. operation can be only one of the following: |
create
|
BillingSetup
Creates a billing setup. No resource name is expected for the new billing setup.
|
remove
|
string
Resource name of the billing setup to remove. A setup cannot be removed unless it is in a pending state or its scheduled start time is in the future. The resource name looks like customers/{customer_id}/billingSetups/{billing_id} .
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-12 UTC.
[null,null,["Last updated 2024-10-12 UTC."],[[["This documentation details the process for canceling an existing billing setup through a \"remove\" operation."],["The \"remove\" operation only works on billing setups that are in a pending state or have a future scheduled start time."],["To remove a billing setup, you need to provide its resource name in the format `customers/{customer_id}/billingSetups/{billing_id}`."],["Creating or updating billing setups is not covered in this specific operation, only removal."]]],[]]