Record
get-invoices-search-response
No description available.
record get-invoices-search-response {
data: list<invoice>,
has-more: bool,
next-page: option<string>,
object: get-invoices-search-response-object-enum,
total-count: option<s32>,
url: string,
}Fields
| Name | Type | Description |
|---|---|---|
| data | list<invoice> | |
| has-more | bool | |
| next-page | option<string> | |
| object | get-invoices-search-response-object-enum | |
| total-count | option<s32> | |
| url | string |