Show / Hide Table of Contents

Class AdvertisersResource.InvoicesResource.ListRequest

Lists invoices posted for an advertiser in a given month. Invoices generated by billing profiles with a "Partner" invoice level are not retrievable through this method.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListInvoicesResponse>
DisplayVideoBaseServiceRequest<ListInvoicesResponse>
AdvertisersResource.InvoicesResource.ListRequest
Implements
IClientServiceRequest<ListInvoicesResponse>
IClientServiceRequest
Inherited Members
DisplayVideoBaseServiceRequest<ListInvoicesResponse>.Xgafv
DisplayVideoBaseServiceRequest<ListInvoicesResponse>.AccessToken
DisplayVideoBaseServiceRequest<ListInvoicesResponse>.Alt
DisplayVideoBaseServiceRequest<ListInvoicesResponse>.Callback
DisplayVideoBaseServiceRequest<ListInvoicesResponse>.Fields
DisplayVideoBaseServiceRequest<ListInvoicesResponse>.Key
DisplayVideoBaseServiceRequest<ListInvoicesResponse>.OauthToken
DisplayVideoBaseServiceRequest<ListInvoicesResponse>.PrettyPrint
DisplayVideoBaseServiceRequest<ListInvoicesResponse>.QuotaUser
DisplayVideoBaseServiceRequest<ListInvoicesResponse>.UploadType
DisplayVideoBaseServiceRequest<ListInvoicesResponse>.UploadProtocol
ClientServiceRequest<ListInvoicesResponse>.Execute()
ClientServiceRequest<ListInvoicesResponse>.ExecuteAsStream()
ClientServiceRequest<ListInvoicesResponse>.ExecuteAsync()
ClientServiceRequest<ListInvoicesResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListInvoicesResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListInvoicesResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListInvoicesResponse>.CreateRequest(bool?)
ClientServiceRequest<ListInvoicesResponse>.GenerateRequestUri()
ClientServiceRequest<ListInvoicesResponse>.GetBody()
ClientServiceRequest<ListInvoicesResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListInvoicesResponse>.ETagAction
ClientServiceRequest<ListInvoicesResponse>.ModifyRequest
ClientServiceRequest<ListInvoicesResponse>.ValidateParameters
ClientServiceRequest<ListInvoicesResponse>.ApiVersion
ClientServiceRequest<ListInvoicesResponse>.RequestParameters
ClientServiceRequest<ListInvoicesResponse>.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.v2
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class AdvertisersResource.InvoicesResource.ListRequest : DisplayVideoBaseServiceRequest<ListInvoicesResponse>, IClientServiceRequest<ListInvoicesResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, long)

Constructs a new List request.

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

Properties

AdvertiserId

Required. The ID of the advertiser to list invoices 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
ClientServiceRequest<ListInvoicesResponse>.HttpMethod

IssueMonth

The month to list the invoices for. If not set, the request will retrieve invoices for the previous month. Must be in the format YYYYMM.

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

LoiSapinInvoiceType

Select type of invoice to retrieve for Loi Sapin advertisers. Only applicable to Loi Sapin advertisers. Will be ignored otherwise.

Declaration
[RequestParameter("loiSapinInvoiceType", RequestParameterType.Query)]
public virtual AdvertisersResource.InvoicesResource.ListRequest.LoiSapinInvoiceTypeEnum? LoiSapinInvoiceType { get; set; }
Property Value
Type Description
AdvertisersResource.InvoicesResource.ListRequest.LoiSapinInvoiceTypeEnum?

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListInvoicesResponse>.MethodName

PageSize

Requested page size. Must be between 1 and 200. If unspecified will default to 100. Returns error code INVALID_ARGUMENT if an invalid value is specified.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

A token identifying a page of results the server should return. Typically, this is the value of next_page_token returned from the previous call to ListInvoices method. If not specified, the first page of results will be returned.

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

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListInvoicesResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

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

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX