# Tax detail

| Attribute | Type   | Nullable | Description                   |
| --------- | ------ | -------- | ----------------------------- |
| `rate`    | number | true     | A rate of the VAT             |
| `base`    | number | true     | A base amount without the VAT |
| `tax`     | number | true     | An amount of the VAT          |
