Skip to content

SudoSOS Back-end API / transactions / SubTransactionRowResponse

Interface: SubTransactionRowResponse ​

Properties ​

amount ​

ts
amount: number;

createdAt? ​

ts
optional createdAt: string;

Inherited from ​

ts
BaseResponse.createdAt

id ​

ts
id: number;

Inherited from ​

ts
BaseResponse.id

product ​

ts
product: BaseProductResponse;

totalPriceInclVat ​

ts
totalPriceInclVat: DineroObjectResponse;

updatedAt? ​

ts
optional updatedAt: string;

Inherited from ​

ts
BaseResponse.updatedAt

version? ​

ts
optional version: number;

Inherited from ​

ts
BaseResponse.version