Skip to content

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

Interface: UpdatePointOfSaleParams ​

Extends ​

Properties ​

cashierRoleIds? ​

ts
optional cashierRoleIds?: number[];

Inherited from ​

BasePointOfSaleParams.cashierRoleIds


containers ​

ts
containers: number[];

Inherited from ​

BasePointOfSaleParams.containers


id ​

ts
id: number;

name ​

ts
name: string;

Inherited from ​

BasePointOfSaleParams.name


useAuthentication ​

ts
useAuthentication: boolean;

Inherited from ​

BasePointOfSaleParams.useAuthentication