SudoSOS Back-end API / catalogue/point-of-sale / PointOfSaleWithContainersResponse
Interface: PointOfSaleWithContainersResponse ​
Extends ​
Properties ​
cashierRoles ​
ts
cashierRoles: RoleResponse[];Inherited from ​
PointOfSaleResponse.cashierRoles
containers ​
ts
containers: ContainerWithProductsResponse[];createdAt? ​
ts
optional createdAt?: string;Inherited from ​
id ​
ts
id: number;Inherited from ​
name ​
ts
name: string;Inherited from ​
owner ​
ts
owner: BaseUserResponse;The owner of the point-of-sale.
Inherited from ​
revision ​
ts
revision: number;Inherited from ​
updatedAt? ​
ts
optional updatedAt?: string;Inherited from ​
useAuthentication ​
ts
useAuthentication: boolean;Inherited from ​
PointOfSaleResponse.useAuthentication
version? ​
ts
optional version?: number;