Subversion Repositories SmartDukaan

Rev

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

Rev 6322 Rev 6524
Line 51... Line 51...
51
	2:i64 providerId,
51
	2:i64 providerId,
52
	3:i64 deliveryTime,
52
	3:i64 deliveryTime,
53
	4:string airway_billno,
53
	4:string airway_billno,
54
	5:i64 shippingTime,
54
	5:i64 shippingTime,
55
	6:bool codAllowed,
55
	6:bool codAllowed,
56
	7:i64 fulfilmentWarehouseId
56
	7:i64 fulfilmentWarehouseId,
-
 
57
	8:bool otgAvailable
57
}
58
}
58
 
59
 
59
struct PickupStore {
60
struct PickupStore {
60
	1:i64 id,
61
	1:i64 id,
61
	2:string hotspotId,	
62
	2:string hotspotId,	
Line 146... Line 147...
146
	
147
	
147
	PickupStore getPickupStore(1:i64 storeId),
148
	PickupStore getPickupStore(1:i64 storeId),
148
	
149
	
149
	PickupStore getPickupStoreByHotspotId(1:string hotspotId),
150
	PickupStore getPickupStoreByHotspotId(1:string hotspotId),
150
	
151
	
151
	void addPincode(1:i64 providerId, 2:string pincode, 3:string destCode, 4:bool exp, 5:bool cod, 6:i32 stationType)
152
	void addPincode(1:i64 providerId, 2:string pincode, 3:string destCode, 4:bool exp, 5:bool cod, 6:i32 stationType, 7:bool otgAvailable)
152
	
153
	
153
	void updatePincode(1:i64 providerId, 2:string pincode, 3:bool exp, 4:bool cod)
154
	void updatePincode(1:i64 providerId, 2:string pincode, 3:bool exp, 4:bool cod, 5:bool otgAvailable)
154
}
155
}