# FirmhouseTaxRate

## Properties

| Property       | Type      | Description                                                                              |
| -------------- | --------- | ---------------------------------------------------------------------------------------- |
| `description`  | `string`  | The description of this tax rate                                                         |
| `excludingTax` | `boolean` | Whether the price where this tax is attached to is considered including or excluding tax |
| `id`           | `string`  | ID to identify the tax rate with                                                         |
| `percentage`   | `number`  | The percentage of tax that will get applied                                              |
