Subversion Repositories SmartDukaan

Rev

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

Rev 6978 Rev 7049
Line 207... Line 207...
207
	* Get payments for a transaction. Will raise exception.
207
	* Get payments for a transaction. Will raise exception.
208
	**/
208
	**/
209
	list<Payment> getPaymentForTxnId(1:i64 txnId) throws (1:PaymentException pe),
209
	list<Payment> getPaymentForTxnId(1:i64 txnId) throws (1:PaymentException pe),
210
	
210
	
211
	/** 
211
	/** 
-
 
212
	* Get payments for a recharge transaction id. Will raise exception.
-
 
213
	**/
-
 
214
	list<Payment> getPaymentForRechargeTxnId(1:i64 txnId) throws (1:PaymentException pe),
-
 
215
	
-
 
216
	/** 
212
	* Get successful payment for a transaction. Will raise exception.
217
	* Get successful payment for a transaction. Will raise exception.
213
	**/
218
	**/
214
	Payment getSuccessfulPaymentForTxnId(1:i64 txnId) throws (1:PaymentException pe),
219
	Payment getSuccessfulPaymentForTxnId(1:i64 txnId) throws (1:PaymentException pe),
215
	
220
	
216
	/**
221
	/**