| Line 44... |
Line 44... |
| 44 |
|
44 |
|
| 45 |
public boolean isExistWalletHistory(int retailerId, int referenceId, WalletReferenceType referenceType) throws ProfitMandiBusinessException;
|
45 |
public boolean isExistWalletHistory(int retailerId, int referenceId, WalletReferenceType referenceType) throws ProfitMandiBusinessException;
|
| 46 |
|
46 |
|
| 47 |
public float getOpeningTill(int fofoId, LocalDateTime date) throws ProfitMandiBusinessException;
|
47 |
public float getOpeningTill(int fofoId, LocalDateTime date) throws ProfitMandiBusinessException;
|
| 48 |
|
48 |
|
| 49 |
public float getOpeningTillExcludingPurchase(int fofoId, LocalDateTime date) throws ProfitMandiBusinessException;
|
- |
|
| 50 |
|
- |
|
| 51 |
public boolean refundToWallet(int retailerId, float amountToRefund, int transactionId,
|
49 |
public boolean refundToWallet(int retailerId, float amountToRefund, int transactionId,
|
| 52 |
WalletReferenceType walletReferenceType, String description) throws ProfitMandiBusinessException;
|
50 |
WalletReferenceType walletReferenceType, String description) throws ProfitMandiBusinessException;
|
| 53 |
|
51 |
|
| 54 |
public int getWalletAmount(int retailerId) throws ProfitMandiBusinessException;
|
52 |
public int getWalletAmount(int retailerId) throws ProfitMandiBusinessException;
|
| 55 |
|
53 |
|