public interface CreditThresholdBreaches
extends java.io.Serializable
Modifier and Type | Interface and Description |
---|---|
static class |
CreditThresholdBreaches.BreachDirection
Enum specify breach direction
|
Modifier and Type | Method and Description |
---|---|
int |
getBalanceElementId()
Returns the balance element id
|
CreditThresholdBreaches.BreachDirection |
getBreachDirection()
Returns the direction of the threshold breach
THRESHOLD_BREACH_UP indicates breach towards credit ceiling &
THRESHOLD_BREACH_DOWN indicates breach towards credit floor
|
java.math.BigDecimal |
getCurrentBalance()
Returns the current balance
|
java.util.Collection<java.util.Map<java.lang.String,java.lang.String>> |
getExtensionDataMap()
Returns the Extension Data Map
|
java.util.Collection<java.math.BigDecimal> |
getThresholdAmounts()
Returns the threshold amount that was breached
|
java.util.Collection<java.lang.Float> |
getThresholdPercentages()
Returns the threshold percentage that was breached
|
int getBalanceElementId()
CreditThresholdBreaches.BreachDirection getBreachDirection()
java.math.BigDecimal getCurrentBalance()
java.util.Collection<java.math.BigDecimal> getThresholdAmounts()
java.util.Collection<java.lang.Float> getThresholdPercentages()
java.util.Collection<java.util.Map<java.lang.String,java.lang.String>> getExtensionDataMap()