Subversion Repositories SmartDukaan

Rev

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

Rev 20873 Rev 20927
Line 1224... Line 1224...
1224
	2:DelayReason delayReason,
1224
	2:DelayReason delayReason,
1225
	3:string delayReasonText,
1225
	3:string delayReasonText,
1226
	4:i64 delay
1226
	4:i64 delay
1227
}
1227
}
1228
 
1228
 
-
 
1229
enum WalletReferenceType{
-
 
1230
	RECHARGE,
-
 
1231
	PURCHASE,
-
 
1232
	CASHBACK  
-
 
1233
}
-
 
1234
 
1229
service TransactionService extends GenericService.GenericService{
1235
service TransactionService extends GenericService.GenericService{
1230
	
1236
	
1231
	i64 createTransaction(1:Transaction transaction) throws (1:TransactionServiceException ex),
1237
	i64 createTransaction(1:Transaction transaction) throws (1:TransactionServiceException ex),
1232
	
1238
	
1233
	//	Get transaction methods.
1239
	//	Get transaction methods.