Record
get-tax-rates-params
No description available.
record get-tax-rates-params {
active: option<bool>,
created: option<string>,
ending-before: option<string>,
expand: option<list<string>>,
inclusive: option<bool>,
limit: option<s32>,
starting-after: option<string>,
data: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| active | option<bool> | |
| created | option<string> | |
| ending-before | option<string> | |
| expand | option<list<string>> | |
| inclusive | option<bool> | |
| limit | option<s32> | |
| starting-after | option<string> | |
| data | option<string> |