Record
product-resource-tax-rate-details
No description available.
record product-resource-tax-rate-details {
country: option<string>,
percentage-decimal: string,
state: option<string>,
tax-type: option<product-resource-tax-rate-details-tax-type-enum>,
}Fields
| Name | Type | Description |
|---|---|---|
| country | option<string> | |
| percentage-decimal | string | |
| state | option<string> | |
| tax-type | option<product-resource-tax-rate-details-tax-type-enum> |