SudoSOS Back-end API / catalogue/vat / VatGroup
Class: VatGroup ​
Extends ​
Constructors ​
Constructor ​
ts
new VatGroup(): VatGroup;Returns ​
VatGroup
Inherited from ​
Properties ​
| Property | Modifier | Type | Description | Inherited from |
|---|---|---|---|---|
createdAt | readonly | Date | The creation date of the object. | BaseEntity.createdAt |
deleted | public | boolean | - | - |
hidden | public | boolean | - | - |
id | readonly | number | - | BaseEntity.id |
name | public | string | - | - |
percentage | readonly | number | - | - |
updatedAt | readonly | Date | The last update date of the object. | BaseEntity.updatedAt |
version | readonly | number | The current version of the object. | BaseEntity.version |