Skip to content

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 ​

PointOfSaleResponse.createdAt


id ​

ts
id: number;

Inherited from ​

PointOfSaleResponse.id


name ​

ts
name: string;

Inherited from ​

PointOfSaleResponse.name


owner ​

ts
owner: BaseUserResponse;

The owner of the point-of-sale.

Inherited from ​

PointOfSaleResponse.owner


revision ​

ts
revision: number;

Inherited from ​

PointOfSaleResponse.revision


updatedAt? ​

ts
optional updatedAt?: string;

Inherited from ​

PointOfSaleResponse.updatedAt


useAuthentication ​

ts
useAuthentication: boolean;

Inherited from ​

PointOfSaleResponse.useAuthentication


version? ​

ts
optional version?: number;

Inherited from ​

PointOfSaleResponse.version