Wasm Directoryalpha
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

NameTypeDescription
customeroption​<string>
ending-beforeoption​<string>
expandoption​<list​<string>>
limitoption​<s32>
starting-afteroption​<string>
statusoption​<get-quotes-status-enum>
test-clockoption​<string>
dataoption​<string>