Subversion Repositories SmartDukaan

Rev

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

Rev 20724 Rev 20744
Line 117... Line 117...
117
	5:bool codAllowed,
117
	5:bool codAllowed,
118
	6:bool otgAvailable,
118
	6:bool otgAvailable,
119
	7:double logisticsCost,
119
	7:double logisticsCost,
120
	8:double codCollectionCharges,
120
	8:double codCollectionCharges,
121
	9:i64 shippingTime
121
	9:i64 shippingTime
-
 
122
}
-
 
123
 
-
 
124
struct BluedartAttributes{
-
 
125
	1:string logisticsTransactionId,
-
 
126
	2:string name,
-
 
127
	3:string value
122
} 
128
} 
123
    
129
    
124
exception LogisticsServiceException{
130
exception LogisticsServiceException{
125
	1:i64 id,
131
	1:i64 id,
126
	2:string message
132
	2:string message
Line 225... Line 231...
225
	* This returns map for locations and providers corresponding their serviceability and delay 
231
	* This returns map for locations and providers corresponding their serviceability and delay 
226
	*/
232
	*/
227
	map<i64, map<i64, LocationInfo>> getLocationInfoMap(1:string destPincode, 2:list<i64> price)
233
	map<i64, map<i64, LocationInfo>> getLocationInfoMap(1:string destPincode, 2:list<i64> price)
228
	
234
	
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)
235
	DeliveryEstimateAndCosting getCostingAndDeliveryEstimateForPincode(1:string pincode, 2:double transactionAmount, 3:bool isCod, 4:double weight, 5:i64 billingWarehouseId, 6:bool isCompleteTxn)  throws (1:LogisticsServiceException se)
-
 
236
	
-
 
237
	BluedartAttributes getBluedartAttributesForLogisticsTxnId(1:string logisticsTxnId,2:string name) throws (1:LogisticsServiceException se);
230
}
238
}
231
	
239
	
232
240