Show / Hide Table of Contents

Class BillingInfoResource.GetRequest

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

Inheritance
System.Object
Google.Apis.Requests.ClientServiceRequest
Google.Apis.Requests.ClientServiceRequest<BillingInfo>
AdExchangeBuyerBaseServiceRequest<BillingInfo>
BillingInfoResource.GetRequest
Implements
Google.Apis.Requests.IClientServiceRequest<BillingInfo>
Google.Apis.Requests.IClientServiceRequest
Inherited Members
AdExchangeBuyerBaseServiceRequest<BillingInfo>.Alt
AdExchangeBuyerBaseServiceRequest<BillingInfo>.Fields
AdExchangeBuyerBaseServiceRequest<BillingInfo>.Key
AdExchangeBuyerBaseServiceRequest<BillingInfo>.OauthToken
AdExchangeBuyerBaseServiceRequest<BillingInfo>.PrettyPrint
AdExchangeBuyerBaseServiceRequest<BillingInfo>.QuotaUser
AdExchangeBuyerBaseServiceRequest<BillingInfo>.UserIp
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.BillingInfo>.Execute()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.BillingInfo>.ExecuteAsStream()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.BillingInfo>.ExecuteAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.BillingInfo>.ExecuteAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.BillingInfo>.ExecuteAsStreamAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.BillingInfo>.ExecuteAsStreamAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.BillingInfo>.CreateRequest(System.Nullable<System.Boolean>)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.BillingInfo>.GenerateRequestUri()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.BillingInfo>.GetBody()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.BillingInfo>.GetDefaultETagAction(System.String)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.BillingInfo>.ETagAction
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.BillingInfo>.ModifyRequest
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.BillingInfo>.ValidateParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.BillingInfo>.RequestParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.BillingInfo>.Service
Google.Apis.Requests.ClientServiceRequest._unsuccessfulResponseHandlers
Google.Apis.Requests.ClientServiceRequest._exceptionHandlers
Google.Apis.Requests.ClientServiceRequest._executeInterceptors
Google.Apis.Requests.ClientServiceRequest.AddUnsuccessfulResponseHandler(Google.Apis.Http.IHttpUnsuccessfulResponseHandler)
Google.Apis.Requests.ClientServiceRequest.AddExceptionHandler(Google.Apis.Http.IHttpExceptionHandler)
Google.Apis.Requests.ClientServiceRequest.AddExecuteInterceptor(Google.Apis.Http.IHttpExecuteInterceptor)
Google.Apis.Requests.ClientServiceRequest.Credential
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 GetRequest : AdExchangeBuyerBaseServiceRequest<BillingInfo>, IClientServiceRequest<BillingInfo>, IClientServiceRequest

Constructors

GetRequest(IClientService, Int32)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, int accountId)
Parameters
Type Name Description
Google.Apis.Services.IClientService service
System.Int32 accountId

Properties

AccountId

The account id.

Declaration
[RequestParameter("accountId", RequestParameterType.Path)]
public virtual int AccountId { get; }
Property Value
Type Description
System.Int32

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.BillingInfo>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.BillingInfo>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.BillingInfo>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.AdExchangeBuyer.v1_4.AdExchangeBuyerBaseServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.BillingInfo>.InitParameters()

Implements

Google.Apis.Requests.IClientServiceRequest<TResponse>
Google.Apis.Requests.IClientServiceRequest
In This Article
Back to top