Skip to content

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

Interface: PointOfSaleResponse ​

Extends ​

Extended by ​

Properties ​

cashierRoles ​

ts
cashierRoles: RoleResponse[];

createdAt? ​

ts
optional createdAt?: string;

Inherited from ​

BasePointOfSaleResponse.createdAt


id ​

ts
id: number;

Inherited from ​

BasePointOfSaleResponse.id


name ​

ts
name: string;

Inherited from ​

BasePointOfSaleResponse.name


owner ​

ts
owner: BaseUserResponse;

The owner of the point-of-sale.


revision ​

ts
revision: number;

Overrides ​

BasePointOfSaleResponse.revision


updatedAt? ​

ts
optional updatedAt?: string;

Inherited from ​

BasePointOfSaleResponse.updatedAt


useAuthentication ​

ts
useAuthentication: boolean;

Overrides ​

BasePointOfSaleResponse.useAuthentication


version? ​

ts
optional version?: number;

Inherited from ​

BasePointOfSaleResponse.version