Show / Hide Table of Contents

Class AdvertiserInvoicesResource

The "advertiserInvoices" collection of methods.

Inheritance
object
AdvertiserInvoicesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dfareporting.v4
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class AdvertiserInvoicesResource

Constructors

AdvertiserInvoicesResource(IClientService)

Constructs a new resource.

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

Methods

List(long, long)

Retrieves a list of invoices for a particular issue month. The api only works if the billing profile invoice level is set to either advertiser or campaign non-consolidated invoice level.

Declaration
public virtual AdvertiserInvoicesResource.ListRequest List(long profileId, long advertiserId)
Parameters
Type Name Description
long profileId

User profile ID associated with this request.

long advertiserId

Advertiser ID of this invoice.

Returns
Type Description
AdvertiserInvoicesResource.ListRequest
In this article
Back to top Generated by DocFX