Subversion Repositories SmartDukaan

Rev

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

Rev 4386 Rev 4391
Line 29... Line 29...
29
	1:i64 id,
29
	1:i64 id,
30
	2:string name,
30
	2:string name,
31
	3:map<DeliveryType, ProviderDetails> details
31
	3:map<DeliveryType, ProviderDetails> details
32
}
32
}
33
 
33
 
34
struct Awb{
-
 
35
	1:i64 id,
-
 
36
	2:string awbNumber,
-
 
37
	3:i64 providerId,
-
 
38
	4:string deliveryType
-
 
39
}
-
 
40
 
-
 
41
struct AwbUpdate{
34
struct AwbUpdate{
42
    1:string awbNumber,
35
    1:string awbNumber,
43
    2:string providerName,
36
    2:string providerName,
44
    3:string location,
37
    3:string location,
45
    4:i64 entryDate,
38
    4:i64 entryDate,
Line 114... Line 107...
114
	/**
107
	/**
115
	Returns true if COD is allowed for this destination pincode
108
	Returns true if COD is allowed for this destination pincode
116
	*/
109
	*/
117
	bool isCodAllowed(1:string destination_pincode),
110
	bool isCodAllowed(1:string destination_pincode),
118
	
111
	
119
	/**
-
 
120
	Returns AWB object identified by its AWB number
-
 
121
	*/
-
 
122
	Awb getAwbForNumber(1:string awbNumber)
-
 
123
}
112
}