Record
tax-component
No description available.
record tax-component {
is-compound: option<bool>,
is-non-recoverable: option<bool>,
name: option<string>,
rate: option<f64>,
}Fields
| Name | Type | Description |
|---|---|---|
| is-compound | option<bool> | |
| is-non-recoverable | option<bool> | |
| name | option<string> | |
| rate | option<f64> |