Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 918 Bytes

ListInvoicesRequest.md

File metadata and controls

11 lines (8 loc) · 918 Bytes

ListInvoicesRequest

Properties

Name Type Description Notes
LocationId string The ID of the location for which to list invoices. [default to null]
Cursor string A pagination cursor returned by a previous call to this endpoint. Provide this cursor to retrieve the next set of results for your original query. For more information, see Pagination. [optional] [default to null]
Limit int32 The maximum number of invoices to return (200 is the maximum `limit`). If not provided, the server uses a default limit of 100 invoices. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]