Skip to content

SudoSOS Back-end API / catalogue/point-of-sale / PointOfSale

Class: PointOfSale ​

Extends ​

Constructors ​

Constructor ​

ts
new PointOfSale(): PointOfSale;

Returns ​

PointOfSale

Inherited from ​

BaseEntity.constructor

Properties ​

PropertyModifierTypeDescriptionInherited from
cashierRolespublicRole[]Every user that belongs to at least one of such cashier roles can create transactions in this POS, if the POS does not require authentication. In contrary to owners, cashiers should not be able to open this POS or make changes to it. Note that owners are always able to create transactions.-
createdAtreadonlyDateThe creation date of the object.BaseEntity.createdAt
currentRevisionpublicnumberThe current revision of the pointOfSale. Can be null if no revision exists.-
deletedAtreadonlyDate--
idreadonlynumber-BaseEntity.id
ownerpublicUser--
updatedAtreadonlyDateThe last update date of the object.BaseEntity.updatedAt
userpublicUser--
versionreadonlynumberThe current version of the object.BaseEntity.version