| Line 23... |
Line 23... |
| 23 |
void fundWallet(int fofoId) throws ProfitMandiBusinessException;
|
23 |
void fundWallet(int fofoId) throws ProfitMandiBusinessException;
|
| 24 |
|
24 |
|
| 25 |
//This will create loan irrespective of sanctions and increases the overall ultization
|
25 |
//This will create loan irrespective of sanctions and increases the overall ultization
|
| 26 |
Loan createLoan(int fofoId, double creditAmountRequired, int freeDays, String creditReason) throws ProfitMandiBusinessException;
|
26 |
Loan createLoan(int fofoId, double creditAmountRequired, int freeDays, String creditReason) throws ProfitMandiBusinessException;
|
| 27 |
|
27 |
|
| 28 |
int createSDDirectOrder(UserCart userCart, CartResponse cartValidationResponse)
|
28 |
BlockLoanIdSanctionId createSDDirectOrder(UserCart userCart, CartResponse cartValidationResponse)
|
| 29 |
throws ProfitMandiBusinessException;
|
29 |
throws ProfitMandiBusinessException;
|
| 30 |
|
30 |
|
| 31 |
BigDecimal getAvailableAmount(int fofoId);
|
31 |
BigDecimal getAvailableAmount(int fofoId);
|
| 32 |
|
32 |
|
| 33 |
long getUtilizationAmount(int fofoId);
|
33 |
long getUtilizationAmount(int fofoId);
|