Show / Hide Table of Contents

Class AdvertisersResource.InvoicesResource.LookupInvoiceCurrencyRequest

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

Inheritance
System.Object
Google.Apis.Requests.ClientServiceRequest
Google.Apis.Requests.ClientServiceRequest<LookupInvoiceCurrencyResponse>
DisplayVideoBaseServiceRequest<LookupInvoiceCurrencyResponse>
AdvertisersResource.InvoicesResource.LookupInvoiceCurrencyRequest
Implements
Google.Apis.Requests.IClientServiceRequest<LookupInvoiceCurrencyResponse>
Google.Apis.Requests.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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.LookupInvoiceCurrencyResponse>.Execute()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.LookupInvoiceCurrencyResponse>.ExecuteAsStream()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.LookupInvoiceCurrencyResponse>.ExecuteAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.LookupInvoiceCurrencyResponse>.ExecuteAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.LookupInvoiceCurrencyResponse>.ExecuteAsStreamAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.LookupInvoiceCurrencyResponse>.ExecuteAsStreamAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.LookupInvoiceCurrencyResponse>.CreateRequest(System.Nullable<System.Boolean>)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.LookupInvoiceCurrencyResponse>.GenerateRequestUri()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.LookupInvoiceCurrencyResponse>.GetBody()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.LookupInvoiceCurrencyResponse>.GetDefaultETagAction(System.String)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.LookupInvoiceCurrencyResponse>.ETagAction
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.LookupInvoiceCurrencyResponse>.ModifyRequest
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.LookupInvoiceCurrencyResponse>.ValidateParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.LookupInvoiceCurrencyResponse>.RequestParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.LookupInvoiceCurrencyResponse>.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.DisplayVideo.v1
Assembly: Google.Apis.DisplayVideo.v1.dll
Syntax
public class LookupInvoiceCurrencyRequest : DisplayVideoBaseServiceRequest<LookupInvoiceCurrencyResponse>, IClientServiceRequest<LookupInvoiceCurrencyResponse>, IClientServiceRequest

Constructors

LookupInvoiceCurrencyRequest(IClientService, Int64)

Constructs a new LookupInvoiceCurrency request.

Declaration
public LookupInvoiceCurrencyRequest(IClientService service, long advertiserId)
Parameters
Type Name Description
Google.Apis.Services.IClientService service
System.Int64 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
System.Int64

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.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
System.String

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.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
System.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
Google.Apis.DisplayVideo.v1.DisplayVideoBaseServiceRequest<Google.Apis.DisplayVideo.v1.Data.LookupInvoiceCurrencyResponse>.InitParameters()

Implements

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