3. The Tax Rates¶
Tax rate model holds the configuration for particular tax category.
| Attribute | Description |
|---|---|
| id | Unique id of the tax rate |
| name | Name of the rate |
| amount | Amount as float (for example 0,23) |
| includedInPrice | Is the tax included in price? |
| calculator | Type of calculator |
| createdAt | Date when the rate was created |
| updatedAt | Date of the last tax rate update |