Tax rate object

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

NameTypeDescription
iduuidThe unique identifier for the object.
namestringThe name of the tax rate.
isActivebooleanA flag to indicate if the tax rate is active in the system.
ratenumberThe tax rate to be applied to the invoice.
createdAttimestampThe timestamp when the object was created.