SudoSOS Back-end API / transactions / BaseTransactionResponse
Interface: BaseTransactionResponse ​
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;updatedAt? ​
ts
optional updatedAt?: string;Inherited from ​
ts
BaseResponse.updatedAtvalue ​
ts
value: DineroObject;version? ​
ts
optional version?: number;Inherited from ​
ts
BaseResponse.version