| Line 31... |
Line 31... |
| 31 |
public float getOpeningTillExcludingPurchase(int fofoId, LocalDateTime date) throws ProfitMandiBusinessException;
|
31 |
public float getOpeningTillExcludingPurchase(int fofoId, LocalDateTime date) throws ProfitMandiBusinessException;
|
| 32 |
public boolean refundToWallet(int retailerId, float amountToRefund, int transactionId,
|
32 |
public boolean refundToWallet(int retailerId, float amountToRefund, int transactionId,
|
| 33 |
WalletReferenceType walletReferenceType, String description) throws ProfitMandiBusinessException;
|
33 |
WalletReferenceType walletReferenceType, String description) throws ProfitMandiBusinessException;
|
| 34 |
public int getWalletAmount(int retailerId) throws ProfitMandiBusinessException;
|
34 |
public int getWalletAmount(int retailerId) throws ProfitMandiBusinessException;
|
| 35 |
List<UserWalletHistory> getAllByReference(int fofoId, int reference, WalletReferenceType walletReferenceType) throws ProfitMandiBusinessException;
|
35 |
List<UserWalletHistory> getAllByReference(int fofoId, int reference, WalletReferenceType walletReferenceType) throws ProfitMandiBusinessException;
|
| - |
|
36 |
Map<Integer, Integer> getWaleltRetailerMap(Set<Integer> retailerIds);
|
| 36 |
|
37 |
|
| 37 |
}
|
38 |
}
|