Files
rust-mollie-sdk/docs/ListInvoices200Response.md
Zomatree e738db98b9 init
2025-10-20 14:41:17 +01:00

814 B

ListInvoices200Response

Properties

Name Type Description Notes
count Option<i32> The number of items in this result set. If more items are available, a _links.next URL will be present in the result as well. The maximum number of items per result set is controlled by the limit property provided in the request. The default limit is 50 items. [optional]
_embedded Option<models::ListInvoices200ResponseEmbedded> [optional]
_links Option<models::ListLinks> [optional]

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