class AdvertisersInvoices extends Resource (View source)

The "invoices" collection of methods.

Typical usage is:

 $displayvideoService = new Google\Service\DisplayVideo(...);
 $invoices = $displayvideoService->advertisers_invoices;

Methods

listAdvertisersInvoices(string $advertiserId, array $optParams = [])

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. (invoices.listAdvertisersInvoices)

lookupInvoiceCurrency(string $advertiserId, array $optParams = [])

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

Details

ListInvoicesResponse listAdvertisersInvoices(string $advertiserId, array $optParams = [])

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. (invoices.listAdvertisersInvoices)

Parameters

string $advertiserId

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

array $optParams

Optional parameters.

Return Value

ListInvoicesResponse

Exceptions

Exception

LookupInvoiceCurrencyResponse lookupInvoiceCurrency(string $advertiserId, array $optParams = [])

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

(invoices.lookupInvoiceCurrency)

Parameters

string $advertiserId

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

array $optParams

Optional parameters.

Return Value

LookupInvoiceCurrencyResponse

Exceptions

Exception