Subversion Repositories SmartDukaan

Rev

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

Rev 6410 Rev 6412
Line 1147... Line 1147...
1147
	 
1147
	 
1148
	 void updateAvailabilityStatus(1:i64 operatorId, 2:i64 circleId, 3:bool isAvailable);
1148
	 void updateAvailabilityStatus(1:i64 operatorId, 2:i64 circleId, 3:bool isAvailable);
1149
	 
1149
	 
1150
	 list<EmiScheme> getAvailableEmiSchemes();
1150
	 list<EmiScheme> getAvailableEmiSchemes();
1151
	 
1151
	 
1152
	 map<i64,i64> getMiscCharges(1:i64 transactionId);
1152
	 map<i64, double> getMiscCharges(1:i64 transactionId);
1153
}
1153
}