Home > @vsf-enterprise/epcc-api > TaxItem
# TaxItem interface
Signature:
export interface TaxItem extends Partial<ItemTaxObject>
Extends: Partial<ItemTaxObject>
# Properties
| Property | Type | Description |
|---|---|---|
| id? | string | (Optional) Tax item ID |
| name | string | Tax item name |
| rate | Float<number> | Tax item rate |
| type? | string | (Optional) Tax item type |