Record
get-invoices-params
No description available.
record get-invoices-params {
xero-tenant-id: string,
if-modified-since: option<string>,
where: option<string>,
order: option<string>,
i-ds: option<list<string>>,
invoice-numbers: option<list<string>>,
contact-i-ds: option<list<string>>,
statuses: option<list<string>>,
page: option<s32>,
include-archived: option<bool>,
created-by-my-app: option<bool>,
unitdp: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| xero-tenant-id | string | |
| if-modified-since | option<string> | |
| where | option<string> | |
| order | option<string> | |
| i-ds | option<list<string>> | |
| invoice-numbers | option<list<string>> | |
| contact-i-ds | option<list<string>> | |
| statuses | option<list<string>> | |
| page | option<s32> | |
| include-archived | option<bool> | |
| created-by-my-app | option<bool> | |
| unitdp | option<s32> |