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 ​
name ​
ts
name: string;Inherited from ​
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;