public class DisplayVideo.Advertisers.Invoices extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
DisplayVideo.Advertisers.Invoices.List |
class |
DisplayVideo.Advertisers.Invoices.LookupInvoiceCurrency |
| Constructor and Description |
|---|
Invoices() |
| Modifier and Type | Method and Description |
|---|---|
DisplayVideo.Advertisers.Invoices.List |
list(Long advertiserId)
Lists invoices posted for an advertiser in a given month.
|
DisplayVideo.Advertisers.Invoices.LookupInvoiceCurrency |
lookupInvoiceCurrency(Long advertiserId)
Retrieves the invoice currency used by an advertiser in a given month.
|
public DisplayVideo.Advertisers.Invoices.List list(Long advertiserId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - Required. The ID of the advertiser to list invoices for.IOExceptionpublic DisplayVideo.Advertisers.Invoices.LookupInvoiceCurrency lookupInvoiceCurrency(Long advertiserId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.advertiserId - Required. The ID of the advertiser to lookup currency for.IOExceptionCopyright © 2011–2026 Google. All rights reserved.