ListInvoices

  • The ListInvoices RPC returns all invoices associated with a billing setup for a given month.

  • This RPC requires the https://www.googleapis.com/auth/adwords OAuth scope for authorization.

  • The ListInvoices RPC can throw various errors including AuthenticationError, AuthorizationError, and InvoiceError.

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.