SudoSOS Back-end API / catalogue/products / BaseProductResponse
Interface: BaseProductResponse ​
Extended by ​
Properties ​
createdAt? ​
ts
optional createdAt?: string;Inherited from ​
ts
BaseResponse.createdAtid ​
ts
id: number;Inherited from ​
ts
BaseResponse.idname ​
ts
name: string;priceInclVat ​
ts
priceInclVat: DineroObjectResponse;revision ​
ts
revision: number;updatedAt? ​
ts
optional updatedAt?: string;Inherited from ​
ts
BaseResponse.updatedAtvat ​
ts
vat: BaseVatGroupResponse;version? ​
ts
optional version?: number;Inherited from ​
ts
BaseResponse.version