InvoiceService

A service to fetch invoices issued for a billing setup during a given month.

ListInvoices

rpc ListInvoices(ListInvoicesRequest) returns (ListInvoicesResponse)

Returns all invoices associated with a billing setup, for a given month.

List of thrown errors: AuthenticationError AuthorizationError FieldError HeaderError InternalError InvoiceError QuotaError RequestError

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/adwords

For more information, see the OAuth 2.0 Overview.