| Line 29... |
Line 29... |
| 29 |
public boolean isExistWalletHistory(int retailerId, int referenceId, WalletReferenceType referenceType) throws ProfitMandiBusinessException;
|
29 |
public boolean isExistWalletHistory(int retailerId, int referenceId, WalletReferenceType referenceType) throws ProfitMandiBusinessException;
|
| 30 |
public float getOpeningTill(int fofoId, LocalDateTime date) throws ProfitMandiBusinessException;
|
30 |
public float getOpeningTill(int fofoId, LocalDateTime date) throws ProfitMandiBusinessException;
|
| 31 |
public void refundToWallet(Integer retailerId, Float amountToRefund, Integer transactionId,
|
31 |
public void refundToWallet(Integer retailerId, Float amountToRefund, Integer transactionId,
|
| 32 |
WalletReferenceType walletReferenceType, String description) throws ProfitMandiBusinessException;
|
32 |
WalletReferenceType walletReferenceType, String description) throws ProfitMandiBusinessException;
|
| 33 |
public int getWalletAmount(int retailerId) throws ProfitMandiBusinessException;
|
33 |
public int getWalletAmount(int retailerId) throws ProfitMandiBusinessException;
|
| - |
|
34 |
List<UserWalletHistory> getAllByReference(int fofoId, int reference, WalletReferenceType walletReferenceType) throws ProfitMandiBusinessException;
|
| 34 |
|
35 |
|
| 35 |
}
|
36 |
}
|