mirror of
https://github.com/IT4Change/gradido.git
synced 2026-04-06 01:25:28 +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)
|
@Field(() => Decimal)
|
||||||
amount: Decimal
|
amount: Decimal
|
||||||
|
|
||||||
|
@Field(() => Decimal)
|
||||||
|
holdAvailableAmount: Decimal
|
||||||
|
|
||||||
@Field(() => String)
|
@Field(() => String)
|
||||||
memo: string
|
memo: string
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user