Subversion Repositories SmartDukaan

Rev

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

Rev 6336 Rev 6371
Line 1129... Line 1129...
1129
	 
1129
	 
1130
	 /**
1130
	 /**
1131
	 Returns denominations for a given operator and circle
1131
	 Returns denominations for a given operator and circle
1132
	 */
1132
	 */
1133
	 list<RechargeDenomination> getRechargeDenominations(1:i64 operatorId, 2:string circleCode, 3:DenominationType denominationType) throws (1:TransactionServiceException ex);
1133
	 list<RechargeDenomination> getRechargeDenominations(1:i64 operatorId, 2:string circleCode, 3:DenominationType denominationType) throws (1:TransactionServiceException ex);
-
 
1134
	 
-
 
1135
	 void updateAvailabilityStatus(1:i64 operatorId, 2:i64 circleId, 3:bool isAvailable);
1134
}
1136
}