Subversion Repositories SmartDukaan

Rev

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

Rev 7785 Rev 7792
Line 27... Line 27...
27
}
27
}
28
 
28
 
29
struct ProviderDetails{
29
struct ProviderDetails{
30
	1:string accountNo,
30
	1:string accountNo,
31
	2:string email
31
	2:string email
-
 
32
	3:i64 logisticLocation
-
 
33
	4:DeliveryType deliveryType
32
}
34
}
33
 
35
 
34
struct Provider{
36
struct Provider{
35
	1:i64 id,
37
	1:i64 id,
36
	2:string name,
38
	2:string name,
37
	3:map<DeliveryType, ProviderDetails> details,
39
	3:list<ProviderDetails> details,
38
	4:PickUpType pickup
40
	4:PickUpType pickup
39
}
41
}
40
 
42
 
41
struct AwbUpdate{
43
struct AwbUpdate{
42
    1:string awbNumber,
44
    1:string awbNumber,