SudoSOS Back-end API / transactions / TmpSubTransactionRow
Class: TmpSubTransactionRow ​
Extends ​
Constructors ​
Constructor ​
ts
new TmpSubTransactionRow(): TmpSubTransactionRow;Returns ​
TmpSubTransactionRow
Inherited from ​
Properties ​
| Property | Modifier | Type | Description | Overrides | Inherited from |
|---|---|---|---|---|---|
amount | public | number | - | - | SubTransactionRow.amount |
createdAt | readonly | Date | The creation date of the object. | - | SubTransactionRow.createdAt |
id | readonly | number | - | - | SubTransactionRow.id |
invoice? | public | Invoice | - | - | SubTransactionRow.invoice |
invoiceId? | public | number | - | - | SubTransactionRow.invoiceId |
product | public | ProductRevision | - | - | SubTransactionRow.product |
subTransaction | public | TmpSubTransaction | The subTransaction this row belongs to. | SubTransactionRow.subTransaction | - |
updatedAt | readonly | Date | The last update date of the object. | - | SubTransactionRow.updatedAt |
version | readonly | number | The current version of the object. | - | SubTransactionRow.version |