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
| Name | Type | Description |
|---|---|---|
| created | option<string> | |
| option<string> | ||
| ending-before | option<string> | |
| expand | option<list<string>> | |
| limit | option<s32> | |
| starting-after | option<string> | |
| test-clock | option<string> | |
| data | option<string> |