Show / Hide Table of Contents

Class BillingInfoResource

The "billingInfo" collection of methods.

Inheritance
System.Object
BillingInfoResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AdExchangeBuyer.v1_4
Assembly: Google.Apis.AdExchangeBuyer.v1_4.dll
Syntax
public class BillingInfoResource

Constructors

BillingInfoResource(IClientService)

Constructs a new resource.

Declaration
public BillingInfoResource(IClientService service)
Parameters
Type Name Description
Google.Apis.Services.IClientService service

Methods

Get(Int32)

Returns the billing information for one account specified by account ID.

Declaration
public virtual BillingInfoResource.GetRequest Get(int accountId)
Parameters
Type Name Description
System.Int32 accountId

The account id.

Returns
Type Description
BillingInfoResource.GetRequest

List()

Retrieves a list of billing information for all accounts of the authenticated user.

Declaration
public virtual BillingInfoResource.ListRequest List()
Returns
Type Description
BillingInfoResource.ListRequest
In This Article
Back to top