Record
get-quotes-params
No description available.
record get-quotes-params {
customer: option<string>,
ending-before: option<string>,
expand: option<list<string>>,
limit: option<s32>,
starting-after: option<string>,
status: option<get-quotes-status-enum>,
test-clock: option<string>,
data: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| customer | option<string> | |
| ending-before | option<string> | |
| expand | option<list<string>> | |
| limit | option<s32> | |
| starting-after | option<string> | |
| status | option<get-quotes-status-enum> | |
| test-clock | option<string> | |
| data | option<string> |