BillingSetupOperation

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

  • Only one operation can be performed at a time on a billing setup, and update operations are not supported.

  • The operation field can be either create (to create a new billing setup) or remove (to cancel an existing one).

  • To remove a billing setup, you need its resource name and it must be in a pending state or have a future scheduled start time.

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