Show / Hide Table of Contents

Class CustomersResource.BillingSetupsResource

The "billingSetups" collection of methods.

Inheritance
object
CustomersResource.BillingSetupsResource
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
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class CustomersResource.BillingSetupsResource

Constructors

BillingSetupsResource(IClientService)

Constructs a new resource.

Declaration
public BillingSetupsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Mutate(GoogleAdsSearchads360V23ServicesMutateBillingSetupRequest, string)

Creates a billing setup, or cancels an existing billing setup. List of thrown errors: AuthenticationError AuthorizationError BillingSetupError DateError FieldError HeaderError InternalError MutateError QuotaError RequestError

Declaration
public virtual CustomersResource.BillingSetupsResource.MutateRequest Mutate(GoogleAdsSearchads360V23ServicesMutateBillingSetupRequest body, string customerId)
Parameters
Type Name Description
GoogleAdsSearchads360V23ServicesMutateBillingSetupRequest body

The body of the request.

string customerId

Required. Id of the customer to apply the billing setup mutate operation to.

Returns
Type Description
CustomersResource.BillingSetupsResource.MutateRequest
In this article
Back to top Generated by DocFX