Interface ExtensionCreditProfile


public interface ExtensionCreditProfile
Exposes credit profile API to be accessed in customization
Since:
11.2.0.7.0
  • Method Details

    • getCreditCeiling

      BigDecimal getCreditCeiling(Integer numericCode)
      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

      BigDecimal getCreditFloor(Integer numericCode)
      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

      Collection<BigDecimal> getPercentageThresholds(Integer numericCode)
      Parameters:
      numericCode - balanceElement's unique numeric code (eg, 840, 978, etc..)
      Returns:
      Collection of threshold percentages
    • getFixedThresholds

      Collection<BigDecimal> getFixedThresholds(Integer numericCode)
      Parameters:
      numericCode - balanceElement's unique numeric code (eg, 840, 978, etc..)
      Returns:
      Collection of fixed thresholds