Tax rates are used to associate a label with a specific tax rate percentage. These tax rates can then be used to apply tax to line items on Ruddr invoices.
Example
{
  "id": "6d9266b4-961d-49a3-aa84-edbfbfa0e0b2",
  "name": "Georgia Sales Tax",
  "isActive": true,
  "rate": 0.0575,
  "createdAt": "2024-08-06T13:42:06.939Z"
}
Attributes
| Name | Type | Description | 
|---|---|---|
| id | uuid | The unique identifier for the object. | 
| name | string | The name of the tax rate. | 
| isActive | boolean | A flag to indicate if the tax rate is active in the system. | 
| rate | number | The tax rate to be applied to the invoice. | 
| createdAt | timestamp | The timestamp when the object was created. | 
