mirror of
https://github.com/IT4Change/gradido.git
synced 2026-01-20 20:01:31 +00:00
add hold available amount to model
This commit is contained in:
parent
14a0a4344d
commit
8bdd25cd01
@ -13,6 +13,9 @@ export class TransactionLink {
|
||||
@Field(() => Decimal)
|
||||
amount: Decimal
|
||||
|
||||
@Field(() => Decimal)
|
||||
holdAvailableAmount: Decimal
|
||||
|
||||
@Field(() => String)
|
||||
memo: string
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user