Show / Hide Table of Contents

Class AdvertisersResource.InvoicesResource

The "invoices" collection of methods.

Inheritance
object
AdvertisersResource.InvoicesResource
Inherited Members
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

Constructors

InvoicesResource(IClientService)

Constructs a new resource.

Declaration
public InvoicesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

List(long)

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.

Declaration
public virtual AdvertisersResource.InvoicesResource.ListRequest List(long advertiserId)
Parameters
Type Name Description
long advertiserId

Required. The ID of the advertiser to list invoices for.

Returns
Type Description
AdvertisersResource.InvoicesResource.ListRequest

LookupInvoiceCurrency(long)

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

Declaration
public virtual AdvertisersResource.InvoicesResource.LookupInvoiceCurrencyRequest LookupInvoiceCurrency(long advertiserId)
Parameters
Type Name Description
long advertiserId

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

Returns
Type Description
AdvertisersResource.InvoicesResource.LookupInvoiceCurrencyRequest
In this article
Back to top Generated by DocFX