Subversion Repositories SmartDukaan

Rev

Rev 34288 | Rev 34453 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 34288 Rev 34312
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);