Class GoogleAdsSearchads360V23ServicesBillingSetupOperation
A single operation on a billing setup, which describes the cancellation of an existing billing setup.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ServicesBillingSetupOperation : IDirectResponseSchema
Properties
Create
Creates a billing setup. No resource name is expected for the new billing setup.
Declaration
[JsonProperty("create")]
public virtual GoogleAdsSearchads360V23ResourcesBillingSetup Create { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23ResourcesBillingSetup |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Remove
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}.
Declaration
[JsonProperty("remove")]
public virtual string Remove { get; set; }
Property Value
| Type | Description |
|---|---|
| string |