Package tbdex.sdk.resources
Class BalanceData
-
- All Implemented Interfaces:
public final class BalanceDataRepresents the data for a Balance resource in the tbDEX protocol.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringcurrencyCodeprivate final Stringavailable
-
Constructor Summary
Constructors Constructor Description BalanceData(String currencyCode, String available)
-
Method Summary
Modifier and Type Method Description final StringgetCurrencyCode()The ISO 4217 currency code for the balance. final StringgetAvailable()The available amount of the specified currency. -
-
Method Detail
-
getCurrencyCode
final String getCurrencyCode()
The ISO 4217 currency code for the balance.
-
getAvailable
final String getAvailable()
The available amount of the specified currency.
-
-
-
-