public static interface ExternalTopUpUpdateResponse.BalanceDetail
extends java.io.Serializable
Modifier and Type | Interface and Description |
---|---|
static interface |
ExternalTopUpUpdateResponse.BalanceDetail.BalanceItemDetail
Interface that encapsulate the Balance Detail at the Item Level
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBalanceElementAlphaCode()
Method returns the Balance Element Code which correspond to this BalanceElementLevelDetail
|
int |
getBalanceElementId()
Method returns the Balance Element Id which correspond to this BalanceElementLevelDetail
|
java.util.List<ExternalTopUpUpdateResponse.BalanceDetail.BalanceItemDetail> |
getBalanceItemDetails()
Method returns the List of Balance Item Details
|
UnitValue |
getTotalAvailableBalance()
Method returns the totalAvailable Balance of this BalanceElement type.
|
int getBalanceElementId()
java.lang.String getBalanceElementAlphaCode()
UnitValue getTotalAvailableBalance()
java.util.List<ExternalTopUpUpdateResponse.BalanceDetail.BalanceItemDetail> getBalanceItemDetails()