| Line 1069... |
Line 1069... |
| 1069 |
|
1069 |
|
| 1070 |
bool updateRechargeOrderStatus(1:i64 rechargeOrderId, 2:RechargeOrderStatus rechargeOrderStatus) throws (1:TransactionServiceException ex);
|
1070 |
bool updateRechargeOrderStatus(1:i64 rechargeOrderId, 2:RechargeOrderStatus rechargeOrderStatus) throws (1:TransactionServiceException ex);
|
| 1071 |
bool activateRechargeTxn(1:i64 rechargeOrderId) throws (1:TransactionServiceException ex);
|
1071 |
bool activateRechargeTxn(1:i64 rechargeOrderId) throws (1:TransactionServiceException ex);
|
| 1072 |
UserWallet getUserWallet(1:i64 userId);
|
1072 |
UserWallet getUserWallet(1:i64 userId);
|
| 1073 |
list<UserWalletHistory> getUserWalletHistory(1:i64 userId);
|
1073 |
list<UserWalletHistory> getUserWalletHistory(1:i64 userId);
|
| - |
|
1074 |
/**
|
| - |
|
1075 |
Returns a recharge order for a given transactionId
|
| - |
|
1076 |
*/
|
| - |
|
1077 |
RechargeOrder getRechargeOrdersForTransaction(1:i64 txnId) throws (1:TransactionServiceException ex);
|
| 1074 |
map<i64, string> getServiceProviders(1:RechargeType rechargeType);
|
1078 |
map<i64, string> getServiceProviders(1:RechargeType rechargeType);
|
| 1075 |
i64 getServiceProviderForDevice(1:RechargeType rechargeType, 2:string deviceNumber);
|
1079 |
i64 getServiceProviderForDevice(1:RechargeType rechargeType, 2:string deviceNumber);
|
| 1076 |
}
|
1080 |
}
|