Subversion Repositories SmartDukaan

Rev

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

Rev 13146 Rev 13422
Line 216... Line 216...
216
	12:double insuranceAmount,
216
	12:double insuranceAmount,
217
	13:i64 dataProtectionInsurer,
217
	13:i64 dataProtectionInsurer,
218
	14:double dataProtectionAmount,
218
	14:double dataProtectionAmount,
219
	15:string dealText,
219
	15:string dealText,
220
	16:i64 freebieId
220
	16:i64 freebieId
221
	
-
 
222
}
221
}
223
 
222
 
224
struct Cart{
223
struct Cart{
225
	1:i64 id,				//identifier
224
	1:i64 id,				//identifier
226
	2:list<Line> lines,		//list of lines
225
	2:list<Line> lines,		//list of lines