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