Skip to content

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

Interface: BasePointOfSaleResponse ​

Extended by ​

Properties ​

createdAt? ​

ts
optional createdAt?: string;

Inherited from ​

ts
BaseResponse.createdAt

id ​

ts
id: number;

Inherited from ​

ts
BaseResponse.id

name ​

ts
name: string;

revision ​

ts
revision: number;

updatedAt? ​

ts
optional updatedAt?: string;

Inherited from ​

ts
BaseResponse.updatedAt

useAuthentication ​

ts
useAuthentication: boolean;

version? ​

ts
optional version?: number;

Inherited from ​

ts
BaseResponse.version