Skip to content

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

Interface: CreatePointOfSaleParams ​

Extends ​

Properties ​

cashierRoleIds? ​

ts
optional cashierRoleIds?: number[];

Inherited from ​

BasePointOfSaleParams.cashierRoleIds


containers ​

ts
containers: number[];

Inherited from ​

BasePointOfSaleParams.containers


name ​

ts
name: string;

Inherited from ​

BasePointOfSaleParams.name


ownerId ​

ts
ownerId: number;

useAuthentication ​

ts
useAuthentication: boolean;

Inherited from ​

BasePointOfSaleParams.useAuthentication