Skip to content

SudoSOS Back-end API / balance / Balance

Class: Balance ​

Extends ​

Constructors ​

Constructor ​

ts
new Balance(): Balance;

Returns ​

Balance

Inherited from ​

BaseEntityWithoutId.constructor

Properties ​

PropertyModifierTypeDescriptionInherited from
amountreadonlyDinero--
createdAtreadonlyDateThe creation date of the object.BaseEntityWithoutId.createdAt
lastTransaction?readonlyTransactionThe last transaction of this user, used to calculate this balance-
lastTransfer?readonlyTransferThe last transfer of this user, used to calculate this balance-
updatedAtreadonlyDateThe last update date of the object.BaseEntityWithoutId.updatedAt
userreadonlyUser--
userIdreadonlynumber--
versionreadonlynumberThe current version of the object.BaseEntityWithoutId.version