Wasm Directoryalpha
Record

get-customers-params

No description available.

record get-customers-params {
  created: option​<string>,
  email: option​<string>,
  ending-before: option​<string>,
  expand: option​<list​<string>>,
  limit: option​<s32>,
  starting-after: option​<string>,
  test-clock: option​<string>,
  data: option​<string>,
}

Fields

NameTypeDescription
createdoption​<string>
emailoption​<string>
ending-beforeoption​<string>
expandoption​<list​<string>>
limitoption​<s32>
starting-afteroption​<string>
test-clockoption​<string>
dataoption​<string>