Updated on 2026-08-14
This commit is contained in:
parent
ec59339d51
commit
9be5646b78
6 changed files with 36 additions and 68 deletions
|
|
@ -6,9 +6,9 @@ import java.math.BigDecimal
|
|||
|
||||
@JsonClass(generateAdapter = true)
|
||||
data class BalanceResponse(
|
||||
@Json(name = "fiat") val fiat: FiatBalance,
|
||||
@Json(name = "crypto") val crypto: CryptoBalance,
|
||||
@Json(name = "available_for_withdrawal") val availableForWithdrawal: AvailableForWithdrawal,
|
||||
@Json(name = "fiat") val fiat: FiatBalance?,
|
||||
@Json(name = "crypto") val crypto: CryptoBalance?,
|
||||
@Json(name = "available_for_withdrawal") val availableForWithdrawal: AvailableForWithdrawal?,
|
||||
)
|
||||
|
||||
@JsonClass(generateAdapter = true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue