Subversion Repositories SmartDukaan

Rev

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

Rev 19421 Rev 19474
Line 224... Line 224...
224
	/**
224
	/**
225
	* This returns map for locations and providers corresponding their serviceability and delay 
225
	* This returns map for locations and providers corresponding their serviceability and delay 
226
	*/
226
	*/
227
	map<i64, map<i64, LocationInfo>> getLocationInfoMap(1:string destPincode, 2:list<i64> price)
227
	map<i64, map<i64, LocationInfo>> getLocationInfoMap(1:string destPincode, 2:list<i64> price)
228
	
228
	
229
	DeliveryEstimateAndCosting getCostingAndDeliveryEstimateForPincode(1:string pincode, 2:double transactionAmount, 3:bool isCod, 4:double weight, 5:i64 billingWarehouseId)  throws (1:LogisticsServiceException se)
229
	DeliveryEstimateAndCosting getCostingAndDeliveryEstimateForPincode(1:string pincode, 2:double transactionAmount, 3:bool isCod, 4:double weight, 5:i64 billingWarehouseId, 6:bool isCompleteTxn)  throws (1:LogisticsServiceException se)
230
}
230
}
231
	
231
	
232
232