SudoSOS Back-end API / catalogue/containers / ContainerRevision
Class: ContainerRevision ​
Extends ​
Constructors ​
Constructor ​
ts
new ContainerRevision(): ContainerRevision;Returns ​
ContainerRevision
Inherited from ​
BaseEntityWithoutId.constructor
Properties ​
| Property | Modifier | Type | Description | Inherited from |
|---|---|---|---|---|
container | readonly | Container | - | - |
containerId | readonly | number | - | - |
createdAt | readonly | Date | The creation date of the object. | BaseEntityWithoutId.createdAt |
name | public | string | - | - |
pointsOfSale | public | PointOfSaleRevision[] | - | - |
products | public | ProductRevision[] | - | - |
revision | public | number | - | - |
updatedAt | readonly | Date | The last update date of the object. | BaseEntityWithoutId.updatedAt |
version | readonly | number | The current version of the object. | BaseEntityWithoutId.version |
Methods ​
denyUpdate() ​
ts
denyUpdate(): void;Returns ​
void