Record
search-orders-params
No description available.
record search-orders-params {
cursor: option<string>,
limit: option<s32>,
location-ids: option<list<string>>,
query: option<search-orders-query>,
return-entries: option<bool>,
}Fields
| Name | Type | Description |
|---|---|---|
| cursor | option<string> | |
| limit | option<s32> | |
| location-ids | option<list<string>> | |
| query | option<search-orders-query> | |
| return-entries | option<bool> |