SudoSOS Back-end API / transactions / TmpSubTransaction
Class: TmpSubTransaction ​
Extends ​
Constructors ​
Constructor ​
ts
new TmpSubTransaction(): TmpSubTransaction;Returns ​
TmpSubTransaction
Inherited from ​
Properties ​
| Property | Modifier | Type | Description | Overrides | Inherited from |
|---|---|---|---|---|---|
container | public | ContainerRevision | - | - | SubTransaction.container |
createdAt | readonly | Date | The creation date of the object. | - | SubTransaction.createdAt |
id | readonly | number | - | - | SubTransaction.id |
subTransactionRows | public | TmpSubTransactionRow[] | - | SubTransaction.subTransactionRows | - |
to | public | User | - | - | SubTransaction.to |
transaction | public | TmpTransaction | - | SubTransaction.transaction | - |
updatedAt | readonly | Date | The last update date of the object. | - | SubTransaction.updatedAt |
version | readonly | number | The current version of the object. | - | SubTransaction.version |