public static interface BalanceQueryResponse.BalanceDetail
extends java.io.Serializable
Modifier and Type | Interface and Description |
---|---|
static interface |
BalanceQueryResponse.BalanceDetail.BalanceItemDetail
Interface that encapsulate the Balance Detail at the Item Level
|
Modifier and Type | Method and Description |
---|---|
java.math.BigDecimal |
getAvailableLoanBalance() |
java.lang.Integer |
getBalanceElementId() |
java.util.List<BalanceQueryResponse.BalanceDetail.BalanceItemDetail> |
getBalanceItemDetails()
Method returns the List of Balance Item Details
|
java.math.BigDecimal |
getCreditCeil()
Method returns the credit Ceil
|
java.math.BigDecimal |
getCreditFloor()
Method returns the credit Floor
|
java.lang.String |
getCreditProfileId()
Method to return the Credit Profile Id for Query response
|
java.util.Collection<java.math.BigDecimal> |
getFixedCreditThresholds() |
java.math.BigDecimal |
getOutstandingAmount() |
java.util.Collection<java.lang.Float> |
getPercentageCreditThresholds() |
UnitValue |
getTotalAvailableBalance()
Method returns the totalAvailable Balance of this BalanceElement type.
|
java.math.BigDecimal getCreditCeil()
java.math.BigDecimal getCreditFloor()
java.util.Collection<java.lang.Float> getPercentageCreditThresholds()
java.util.Collection<java.math.BigDecimal> getFixedCreditThresholds()
UnitValue getTotalAvailableBalance()
java.util.List<BalanceQueryResponse.BalanceDetail.BalanceItemDetail> getBalanceItemDetails()
java.lang.String getCreditProfileId()
java.lang.Integer getBalanceElementId()
java.math.BigDecimal getOutstandingAmount()
java.math.BigDecimal getAvailableLoanBalance()