Record
get-params
No description available.
record get-params {
filter-created-at: option<string>,
filter-updated-at: option<string>,
filter-quantity: option<s32>,
filter-cost-amount: option<string>,
filter-cost-currency: option<string>,
filter-address-id: option<string>,
filter-address-street-address: option<string>,
filter-address-extended-address: option<string>,
filter-address-locality: option<string>,
filter-address-administrative-area: option<string>,
filter-address-country-code: option<string>,
filter-address-postal-code: option<string>,
page-number: option<s32>,
page-size: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| filter-created-at | option<string> | |
| filter-updated-at | option<string> | |
| filter-quantity | option<s32> | |
| filter-cost-amount | option<string> | |
| filter-cost-currency | option<string> | |
| filter-address-id | option<string> | |
| filter-address-street-address | option<string> | |
| filter-address-extended-address | option<string> | |
| filter-address-locality | option<string> | |
| filter-address-administrative-area | option<string> | |
| filter-address-country-code | option<string> | |
| filter-address-postal-code | option<string> | |
| page-number | option<s32> | |
| page-size | option<s32> |