ListInvoicesRequest
Stay organized with collections
Save and categorize content based on your preferences.
outlined_flag
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, billing_setup resource name, issue_year (2019 or later), and issue_month.
The billing_setup is a resource name formatted as customers/{customer_id}/billingSetups/{billing_setup_id}.
The issue_month is specified using the MonthOfYear enum.
Request message for fetching the invoices of a given billing setup that were issued during a given month.
code Proto definition
Fields
billing_setup
string
Required. The billing setup resource name of the requested invoices.
customers/{customer_id}/billingSetups/{billing_setup_id}
customer_id
string
Required. The ID of the customer to fetch invoices for.
issue_month
MonthOfYear
Required. The issue month to retrieve invoices.
issue_year
string
Required. The issue year to retrieve invoices, in yyyy format. Only invoices issued in 2019 or later can be retrieved.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-12-12 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-12-12 UTC."],[],[]]