AdvertisersInvoices
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)
LookupInvoiceCurrencyResponse
lookupInvoiceCurrency(string $advertiserId, array $optParams = [])
Retrieves the invoice currency used by an advertiser in a given month.
(invoices.lookupInvoiceCurrency)