| Line 2038... |
Line 2038... |
| 2038 |
|
2038 |
|
| 2039 |
PaginatedUserSanction getUserSanctionsDetailsAsPerLimit(1:i64 userId, 2:i64 creditorId, 3:i64 limit, 4:i64 offset,5:string sort)
|
2039 |
PaginatedUserSanction getUserSanctionsDetailsAsPerLimit(1:i64 userId, 2:i64 creditorId, 3:i64 limit, 4:i64 offset,5:string sort)
|
| 2040 |
|
2040 |
|
| 2041 |
list<OutstandingPayments> getOutstandingPayments(1:string fetchType, 2:i64 userId, 3:i64 limit)
|
2041 |
list<OutstandingPayments> getOutstandingPayments(1:string fetchType, 2:i64 userId, 3:i64 limit)
|
| 2042 |
|
2042 |
|
| - |
|
2043 |
map<bool,string> markPaymentSettled(1:i64 userId,2:i64 paymentId,3:double totalAmount,4:i64 repaymentDate)
|
| - |
|
2044 |
|
| 2043 |
ReturnOrderInfo getReturnOrderInfo(1:i64 id) throws (1:TransactionServiceException ex);
|
2045 |
ReturnOrderInfo getReturnOrderInfo(1:i64 id) throws (1:TransactionServiceException ex);
|
| 2044 |
|
2046 |
|
| 2045 |
map<i64,list<ReturnOrderInfo>> getReturnOrderInfoList(1:list<i64> order_ids);
|
2047 |
map<i64,list<ReturnOrderInfo>> getReturnOrderInfoList(1:list<i64> order_ids);
|
| 2046 |
|
2048 |
|
| 2047 |
map<i64,list<ReturnOrderInfo>> getReturnOrderInfoListAsByStatus(1:list<i64> order_ids, 2:list<string> statuses);
|
2049 |
map<i64,list<ReturnOrderInfo>> getReturnOrderInfoListAsByStatus(1:list<i64> order_ids, 2:list<string> statuses);
|