BillingSetupOperation

  • The content describes a single operation related to billing setups, specifically the cancellation of an existing one.

  • Only one operation can be set for a billing setup, and "Update" operations are not supported.

  • Possible operations include "create" to create a new billing setup and "remove" to remove an existing one by providing its resource name.

  • A billing setup can only be removed if it is pending or its scheduled start time is in the future.

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}.