Record
tax-rate
No description available.
record tax-rate {
active: bool,
country: option<string>,
created: s32,
description: option<string>,
display-name: string,
id: string,
inclusive: bool,
jurisdiction: option<string>,
livemode: bool,
metadata: option<tax-rate-metadata>,
object: tax-rate-object-enum,
percentage: f64,
state: option<string>,
tax-type: option<tax-rate-tax-type-enum>,
}Fields
| Name | Type | Description |
|---|---|---|
| active | bool | |
| country | option<string> | |
| created | s32 | |
| description | option<string> | |
| display-name | string | |
| id | string | |
| inclusive | bool | |
| jurisdiction | option<string> | |
| livemode | bool | |
| metadata | option<tax-rate-metadata> | |
| object | tax-rate-object-enum | |
| percentage | f64 | |
| state | option<string> | |
| tax-type | option<tax-rate-tax-type-enum> |