Interface ExtensionCreditProfile
public interface ExtensionCreditProfile
Exposes credit profile API to be accessed in customization
- Since:
- 11.2.0.7.0
-
Method Summary
Modifier and TypeMethodDescriptiongetCreditCeiling
(Integer numericCode) This method returns the credit ceiling for the given balance elementgetCreditFloor
(Integer numericCode) This method returns the credit floor for the given balance elementgetFixedThresholds
(Integer numericCode) getPercentageThresholds
(Integer numericCode)
-
Method Details
-
getCreditCeiling
This method returns the credit ceiling for the given balance element- Parameters:
numericCode
- balanceElement's unique numeric code (eg, 840, 978, etc..)- Returns:
- the credit ceiling for the balance element
-
getCreditFloor
This method returns the credit floor for the given balance element- Parameters:
numericCode
- balanceElement's unique numeric code (eg, 840, 978, etc..)- Returns:
- the credit floor for the balance element
-
getPercentageThresholds
- Parameters:
numericCode
- balanceElement's unique numeric code (eg, 840, 978, etc..)- Returns:
- Collection of threshold percentages
-
getFixedThresholds
- Parameters:
numericCode
- balanceElement's unique numeric code (eg, 840, 978, etc..)- Returns:
- Collection of fixed thresholds
-