Subversion Repositories SmartDukaan

Rev

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

Rev 6850 Rev 6903
Line 75... Line 75...
75
}
75
}
76
 
76
 
77
struct Insurer{
77
struct Insurer{
78
	1:i64 id,
78
	1:i64 id,
79
	2:string name,
79
	2:string name,
80
	3:string address
80
	3:string address,
-
 
81
	4:i64 declaredAmount,
-
 
82
	5:i64 creditedAmount
81
}
83
}
82
 
84
 
83
struct ItemInsurerMapping{
85
struct ItemInsurerMapping{
84
	1:i64 itemId,
86
	1:i64 itemId,
85
	2:i64 insurer,
87
	2:i64 insurer,