Updated on 2026-08-14
This commit is contained in:
parent
152df94941
commit
1bf8751230
6 changed files with 11 additions and 1 deletions
|
|
@ -45,6 +45,7 @@ sealed interface PaymentAccountStatusValueDM {
|
|||
@Json(name = "deposit_address") val depositAddress: String?,
|
||||
@Json(name = "fiat_balance") val fiatBalance: FiatBalanceDM,
|
||||
@Json(name = "crypto_balance") val cryptoBalance: CryptoBalanceDM,
|
||||
@Json(name = "available_for_withdrawal") val availableForWithdrawal: BigDecimal,
|
||||
@Json(name = "cards") val cards: List<TangemPayCard>,
|
||||
) : PaymentAccountStatusValueDM
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue