Skip to content

SudoSOS Back-end API / catalogue/product-categories / ProductCategory

Class: ProductCategory ​

Extends ​

Constructors ​

Constructor ​

ts
new ProductCategory(): ProductCategory;

Returns ​

ProductCategory

Inherited from ​

BaseEntity.constructor

Properties ​

PropertyModifierTypeDescriptionInherited from
childrenpublicProductCategory[]--
createdAtreadonlyDateThe creation date of the object.BaseEntity.createdAt
idreadonlynumber-BaseEntity.id
namepublicstring--
parentpublicProductCategory--
updatedAtreadonlyDateThe last update date of the object.BaseEntity.updatedAt
versionreadonlynumberThe current version of the object.BaseEntity.version