Skip to content

SudoSOS Back-end API / transactions/sub-transactions / SubTransaction

Class: SubTransaction ​

TypeORM entity for the sub_transaction table. One per (transaction, container) pair: the portion of a transaction that credits a single container owner.

Extends ​

Extended by ​

Constructors ​

Constructor ​

ts
new SubTransaction(): SubTransaction;

Returns ​

SubTransaction

Inherited from ​

BaseEntity.constructor

Properties ​

PropertyModifierTypeDescriptionInherited from
containerpublicContainerRevision--
createdAtreadonlyDateThe creation date of the object.BaseEntity.createdAt
idreadonlynumber-BaseEntity.id
subTransactionRowspublicSubTransactionRow[]--
topublicUser--
transactionpublicTransaction--
updatedAtreadonlyDateThe last update date of the object.BaseEntity.updatedAt
versionreadonlynumberThe current version of the object.BaseEntity.version