ListInvoicesRequest

  • The content describes a request message used to fetch invoices for a specific customer and billing setup within a given month.

  • The request requires the customer ID, the billing setup resource name, the issue year (yyyy format, 2019 or later), and the issue month.

Request message for fetching the invoices of a given billing setup that were issued during a given month.

Fields

customer_id

string

Required. The ID of the customer to fetch invoices for.

billing_setup

string

Required. The billing setup resource name of the requested invoices.

customers/{customer_id}/billingSetups/{billing_setup_id}

issue_year

string

Required. The issue year to retrieve invoices, in yyyy format. Only invoices issued in 2019 or later can be retrieved.

issue_month

MonthOfYear

Required. The issue month to retrieve invoices.