Subversion Repositories SmartDukaan

Rev

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

Rev 11592 Rev 11653
Line 49... Line 49...
49
/** Added by Manish Sharma
49
/** Added by Manish Sharma
50
*/
50
*/
51
enum CouponCategory{
51
enum CouponCategory{
52
	CUSTOMER_SATISFACTION = 0,
52
	CUSTOMER_SATISFACTION = 0,
53
	MARKETING = 1,
53
	MARKETING = 1,
54
	REFUND = 2
54
	REFUND = 2,
-
 
55
	CATEGORY = 3
55
}
56
}
56
 
57
 
57
/**
58
/**
58
Form types for Contact Us form
59
Form types for Contact Us form
59
*/
60
*/
Line 211... Line 212...
211
	9:double discountedPrice,
212
	9:double discountedPrice,
212
	10:list<Discount> discounts,
213
	10:list<Discount> discounts,
213
	11:i64 insurer,
214
	11:i64 insurer,
214
	12:double insuranceAmount,
215
	12:double insuranceAmount,
215
	13:i64 dataProtectionInsurer,
216
	13:i64 dataProtectionInsurer,
216
	14:double dataProtectionAmount
217
	14:double dataProtectionAmount,
-
 
218
	15:string dealText,
-
 
219
	16:string freebieId
-
 
220
	
217
}
221
}
218
 
222
 
219
struct Cart{
223
struct Cart{
220
	1:i64 id,				//identifier
224
	1:i64 id,				//identifier
221
	2:list<Line> lines,		//list of lines
225
	2:list<Line> lines,		//list of lines