public interface LenderService
| Modifier and Type | Method and Description |
|---|---|
Bank[] |
getLenders(CreditProfile creditProfile,
Double loanAmount)
Returns a list of banks willing to offer a loan based on a customer's credit profile and the amount of
the loan.
|
Bank[] getLenders(CreditProfile creditProfile, Double loanAmount)
Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.