SudoSOS Back-end API / transactions / TransactionResponse
Interface: TransactionResponse ​
Properties ​
createdAt? ​
ts
optional createdAt: string;Inherited from ​
ts
BaseResponse.createdAtcreatedBy? ​
ts
optional createdBy: BaseUserResponse;The user that created the transaction, if not same as 'from'.
from ​
ts
from: BaseUserResponse;id ​
ts
id: number;Inherited from ​
ts
BaseResponse.idpointOfSale ​
ts
pointOfSale: BasePointOfSaleResponse;subTransactions ​
ts
subTransactions: SubTransactionResponse[];totalPriceInclVat ​
ts
totalPriceInclVat: DineroObjectResponse;updatedAt? ​
ts
optional updatedAt: string;Inherited from ​
ts
BaseResponse.updatedAtversion? ​
ts
optional version: number;Inherited from ​
ts
BaseResponse.version