Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ServicesBillingSetupOperation

A single operation on a billing setup, which describes the cancellation of an existing billing setup.

Inheritance
object
GoogleAdsSearchads360V23ServicesBillingSetupOperation
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX