Skip to content

SudoSOS Back-end API / transactions / BaseTransactionResponse

Interface: BaseTransactionResponse ​

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;

updatedAt? ​

ts
optional updatedAt: string;

Inherited from ​

ts
BaseResponse.updatedAt

value ​

ts
value: DineroObject;

version? ​

ts
optional version: number;

Inherited from ​

ts
BaseResponse.version