Show / Hide Table of Contents

Class AdvertisersResource.InvoicesResource.LookupInvoiceCurrencyRequest

Retrieves the invoice currency used by an advertiser in a given month.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<LookupInvoiceCurrencyResponse>
DisplayVideoBaseServiceRequest<LookupInvoiceCurrencyResponse>
AdvertisersResource.InvoicesResource.LookupInvoiceCurrencyRequest
Implements
IClientServiceRequest<LookupInvoiceCurrencyResponse>
IClientServiceRequest
Inherited Members
DisplayVideoBaseServiceRequest<LookupInvoiceCurrencyResponse>.Xgafv
DisplayVideoBaseServiceRequest<LookupInvoiceCurrencyResponse>.AccessToken
DisplayVideoBaseServiceRequest<LookupInvoiceCurrencyResponse>.Alt
DisplayVideoBaseServiceRequest<LookupInvoiceCurrencyResponse>.Callback
DisplayVideoBaseServiceRequest<LookupInvoiceCurrencyResponse>.Fields
DisplayVideoBaseServiceRequest<LookupInvoiceCurrencyResponse>.Key
DisplayVideoBaseServiceRequest<LookupInvoiceCurrencyResponse>.OauthToken
DisplayVideoBaseServiceRequest<LookupInvoiceCurrencyResponse>.PrettyPrint
DisplayVideoBaseServiceRequest<LookupInvoiceCurrencyResponse>.QuotaUser
DisplayVideoBaseServiceRequest<LookupInvoiceCurrencyResponse>.UploadType
DisplayVideoBaseServiceRequest<LookupInvoiceCurrencyResponse>.UploadProtocol
ClientServiceRequest<LookupInvoiceCurrencyResponse>.Execute()
ClientServiceRequest<LookupInvoiceCurrencyResponse>.ExecuteAsStream()
ClientServiceRequest<LookupInvoiceCurrencyResponse>.ExecuteAsync()
ClientServiceRequest<LookupInvoiceCurrencyResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<LookupInvoiceCurrencyResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<LookupInvoiceCurrencyResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<LookupInvoiceCurrencyResponse>.CreateRequest(bool?)
ClientServiceRequest<LookupInvoiceCurrencyResponse>.GenerateRequestUri()
ClientServiceRequest<LookupInvoiceCurrencyResponse>.GetBody()
ClientServiceRequest<LookupInvoiceCurrencyResponse>.GetDefaultETagAction(string)
ClientServiceRequest<LookupInvoiceCurrencyResponse>.ETagAction
ClientServiceRequest<LookupInvoiceCurrencyResponse>.ModifyRequest
ClientServiceRequest<LookupInvoiceCurrencyResponse>.ValidateParameters
ClientServiceRequest<LookupInvoiceCurrencyResponse>.RequestParameters
ClientServiceRequest<LookupInvoiceCurrencyResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DisplayVideo.v1
Assembly: Google.Apis.DisplayVideo.v1.dll
Syntax
public class AdvertisersResource.InvoicesResource.LookupInvoiceCurrencyRequest : DisplayVideoBaseServiceRequest<LookupInvoiceCurrencyResponse>, IClientServiceRequest<LookupInvoiceCurrencyResponse>, IClientServiceRequest

Constructors

LookupInvoiceCurrencyRequest(IClientService, long)

Constructs a new LookupInvoiceCurrency request.

Declaration
public LookupInvoiceCurrencyRequest(IClientService service, long advertiserId)
Parameters
Type Name Description
IClientService service
long advertiserId

Properties

AdvertiserId

Required. The ID of the advertiser to lookup currency for.

Declaration
[RequestParameter("advertiserId", RequestParameterType.Path)]
public virtual long AdvertiserId { get; }
Property Value
Type Description
long

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.LookupInvoiceCurrencyResponse>.HttpMethod

InvoiceMonth

Month for which the currency is needed. If not set, the request will return existing currency settings for the advertiser. Must be in the format YYYYMM.

Declaration
[RequestParameter("invoiceMonth", RequestParameterType.Query)]
public virtual string InvoiceMonth { get; set; }
Property Value
Type Description
string

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.LookupInvoiceCurrencyResponse>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.LookupInvoiceCurrencyResponse>.RestPath

Methods

InitParameters()

Initializes LookupInvoiceCurrency parameter list.

Declaration
protected override void InitParameters()
Overrides
DisplayVideoBaseServiceRequest<LookupInvoiceCurrencyResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX