Subversion Repositories SmartDukaan

Rev

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

Rev 19247 Rev 19317
Line 22... Line 22...
22
	13:string offer,
22
	13:string offer,
23
	14:double gross_price,
23
	14:double gross_price,
24
	15:double cheapestBulkPrice,
24
	15:double cheapestBulkPrice,
25
	16:i64 packQuantity,
25
	16:i64 packQuantity,
26
	17:double netPriceAfterCashBack,
26
	17:double netPriceAfterCashBack,
27
	18:i64 showNetPrice
27
	18:i64 showNetPrice,
-
 
28
	19:i64 category_id,
-
 
29
	20:i64 subCategoryId
28
}
30
}
29
 
31
 
30
struct BulkItems{
32
struct BulkItems{
31
	1:i64 item_id,
33
	1:i64 item_id,
32
	2:bool showMrpFlag,
34
	2:bool showMrpFlag,