Show / Hide Table of Contents

Class AdvertisersResource.InvoicesResource

The "invoices" collection of methods.

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

Constructors

InvoicesResource(IClientService)

Constructs a new resource.

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

Methods

List(Int64)

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
System.Int64 advertiserId

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

Returns
Type Description
AdvertisersResource.InvoicesResource.ListRequest

LookupInvoiceCurrency(Int64)

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
System.Int64 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