SudoSOS Back-end API / catalogue/product-categories / ProductCategory
Class: ProductCategory ​
Extends ​
Constructors ​
Constructor ​
ts
new ProductCategory(): ProductCategory;Returns ​
ProductCategory
Inherited from ​
Properties ​
| Property | Modifier | Type | Description | Inherited from |
|---|---|---|---|---|
children | public | ProductCategory[] | - | - |
createdAt | readonly | Date | The creation date of the object. | BaseEntity.createdAt |
id | readonly | number | - | BaseEntity.id |
name | public | string | - | - |
parent | public | ProductCategory | - | - |
updatedAt | readonly | Date | The last update date of the object. | BaseEntity.updatedAt |
version | readonly | number | The current version of the object. | BaseEntity.version |