Skip to content

SudoSOS Back-end API / transactions / TransactionResponse

Interface: TransactionResponse ​

Properties ​

createdAt? ​

ts
optional createdAt: string;

Inherited from ​

ts
BaseResponse.createdAt

createdBy? ​

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.id

pointOfSale ​

ts
pointOfSale: BasePointOfSaleResponse;

subTransactions ​

ts
subTransactions: SubTransactionResponse[];

totalPriceInclVat ​

ts
totalPriceInclVat: DineroObjectResponse;

updatedAt? ​

ts
optional updatedAt: string;

Inherited from ​

ts
BaseResponse.updatedAt

version? ​

ts
optional version: number;

Inherited from ​

ts
BaseResponse.version