Package tbdex.sdk.protocol.models
Class BalanceData
-
- All Implemented Interfaces:
-
tbdex.sdk.protocol.models.Data,tbdex.sdk.protocol.models.ResourceData
public final class BalanceData implements ResourceData
A data class implementing ResourceData, which represents the contents of a Balance.
-
-
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()ISO 3166 currency code string final StringgetAvailable()The amount available to be transacted with -
-
Method Detail
-
getCurrencyCode
final String getCurrencyCode()
ISO 3166 currency code string
-
getAvailable
final String getAvailable()
The amount available to be transacted with
-
-
-
-