Subversion Repositories SmartDukaan

Rev

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

Rev 6903 Rev 6906
Line 1162... Line 1162...
1162
	 
1162
	 
1163
	 map<i64, double> getMiscCharges(1:i64 transactionId);
1163
	 map<i64, double> getMiscCharges(1:i64 transactionId);
1164
	 
1164
	 
1165
	 bool refundRechargeOrder(1:i64 rechargeOrderId) throws (1:TransactionServiceException ex);
1165
	 bool refundRechargeOrder(1:i64 rechargeOrderId) throws (1:TransactionServiceException ex);
1166
	 
1166
	 
1167
	 list<Order> getPhysicalOrders(1:i64 fromDate, 2:i64 toDate)
1167
	 list<Order> getPhysicalOrders(1:i64 fromDate, 2:i64 toDate);
-
 
1168
	 
-
 
1169
	 binary getDocument(1:i64 docType, 2:i64  docSource);
1168
}
1170
}