Skip to content

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 ​

PropertyModifierTypeDescriptionInherited from
containerspublicContainerRevision[]--
createdAtreadonlyDateThe creation date of the object.BaseEntityWithoutId.createdAt
namepublicstring--
pointOfSalereadonlyPointOfSale--
pointOfSaleIdreadonlynumber--
revisionpublicnumber--
updatedAtreadonlyDateThe last update date of the object.BaseEntityWithoutId.updatedAt
useAuthenticationpublicboolean--
versionreadonlynumberThe current version of the object.BaseEntityWithoutId.version

Methods ​

denyUpdate() ​

ts
denyUpdate(): void;

Returns ​

void