Subversion Repositories SmartDukaan

Rev

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

Rev 3044 Rev 3060
Line 102... Line 102...
102
	Returns list of Holiday dates between fromDate and toDate (both inclusive)
102
	Returns list of Holiday dates between fromDate and toDate (both inclusive)
103
	fromDate should be passed as milliseconds corresponding to the start of the day.
103
	fromDate should be passed as milliseconds corresponding to the start of the day.
104
	If fromDate is passed as -1, fromDate is not considered for filtering
104
	If fromDate is passed as -1, fromDate is not considered for filtering
105
	If toDate is passed as -1, toDate is not considered for filtering
105
	If toDate is passed as -1, toDate is not considered for filtering
106
	*/
106
	*/
107
	list<i64> getHolidays(1:i64 fromDate, 2:i64 toDate)
107
	list<i64> getHolidays(1:i64 fromDate, 2:i64 toDate),
-
 
108
	
-
 
109
	/**
-
 
110
	Returns true if COD is allowed for this destination pincode
-
 
111
	*/
-
 
112
	bool isCodAllowed(1:string destination_pincode)
108
}
113
}