Class AdvertisersResource.InvoicesResource.LookupInvoiceCurrencyRequest
Retrieves the invoice currency used by an advertiser in a given month.
Inheritance
AdvertisersResource.InvoicesResource.LookupInvoiceCurrencyRequest
Inherited Members
Namespace: Google.Apis.DisplayVideo.v2
Assembly: Google.Apis.DisplayVideo.v2.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
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
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes LookupInvoiceCurrency parameter list.
Declaration
protected override void InitParameters()