Subversion Repositories SmartDukaan

Rev

Rev 6747 | Rev 6903 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6747 Rev 6821
Line 1158... Line 1158...
1158
	 list<EmiScheme> getAvailableEmiSchemes();
1158
	 list<EmiScheme> getAvailableEmiSchemes();
1159
	 
1159
	 
1160
	 map<i64, double> getMiscCharges(1:i64 transactionId);
1160
	 map<i64, double> getMiscCharges(1:i64 transactionId);
1161
	 
1161
	 
1162
	 bool refundRechargeOrder(1:i64 rechargeOrderId) throws (1:TransactionServiceException ex);
1162
	 bool refundRechargeOrder(1:i64 rechargeOrderId) throws (1:TransactionServiceException ex);
-
 
1163
	 
-
 
1164
	 list<Order> getPhysicalOrders(1:i64 fromDate, 2:i64 toDate)
1163
}
1165
}