public class BalanceInfo
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BalanceInfo.BalanceInCurrency
Information about account balance in specific currency
|
| Modifier and Type | Field and Description |
|---|---|
java.util.List<BalanceInfo.BalanceInCurrency> |
balancesInCurrency
List of balances (in each currency)
|
| Constructor and Description |
|---|
BalanceInfo(java.util.List<BalanceInfo.BalanceInCurrency> balancesInCurrency) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public final java.util.List<BalanceInfo.BalanceInCurrency> balancesInCurrency
public BalanceInfo(java.util.List<BalanceInfo.BalanceInCurrency> balancesInCurrency)