Subversion Repositories SmartDukaan

Rev

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

Rev 4712 Rev 4715
Line 773... Line 773...
773
	
773
	
774
	map<i64, string> getEBSSettlementSummaries() throws (1:TransactionServiceException ex),
774
	map<i64, string> getEBSSettlementSummaries() throws (1:TransactionServiceException ex),
775
	
775
	
776
	void markEBSSettlementUploaded(1:i64 settlementId) throws (1:TransactionServiceException ex),
776
	void markEBSSettlementUploaded(1:i64 settlementId) throws (1:TransactionServiceException ex),
777
	
777
	
778
	i64 getEBSSettlementDate(1:i64 settlementId) throws (1:TransactionServiceException ex)
778
	i64 getEBSSettlementDate(1:i64 settlementId) throws (1:TransactionServiceException ex),
-
 
779
	
-
 
780
	list<PaymentSettlement> getSettlementsByDate(1:i64 settlementDateFrom, 2:i64 settlementDateTo, 3:bool isRefund) throws (1:TransactionServiceException ex),
-
 
781
	
-
 
782
	/**
-
 
783
	Returns list of Order Ids, which belong to reshiped orders, shortlisted from a given list of Order Ids 
-
 
784
	*/
-
 
785
	list<i64> getReshippedOrderIds(1:list<i64> orderIds) throws (1:TransactionServiceException ex)
779
}
786
}
780
787