SudoSOS Back-end API / transactions / SubTransactionResponse
Interface: SubTransactionResponse ​
Properties ​
container ​
ts
container: BaseContainerResponse;createdAt? ​
ts
optional createdAt: string;Inherited from ​
ts
BaseResponse.createdAtid ​
ts
id: number;Inherited from ​
ts
BaseResponse.idsubTransactionRows ​
ts
subTransactionRows: SubTransactionRowResponse[];to ​
ts
to: BaseUserResponse;totalPriceInclVat ​
ts
totalPriceInclVat: DineroObjectResponse;updatedAt? ​
ts
optional updatedAt: string;Inherited from ​
ts
BaseResponse.updatedAtversion? ​
ts
optional version: number;Inherited from ​
ts
BaseResponse.version