Subversion Repositories SmartDukaan

Rev

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

Rev 15488 Rev 15701
Line 338... Line 338...
338
    55:bool suppressFbgPriceUpdate,
338
    55:bool suppressFbgPriceUpdate,
339
    56:double fbgPromoPrice,
339
    56:double fbgPromoPrice,
340
    57:i64 fbgPromoStartDate,
340
    57:i64 fbgPromoStartDate,
341
    58:i64 fbgPromoEndDate,
341
    58:i64 fbgPromoEndDate,
342
    59:double maxFbgSalePrice,
342
    59:double maxFbgSalePrice,
343
    60:bool isFbgPromotionActive
343
    60:bool isFbgPromotionActive,
-
 
344
    61:bool isFbd,
-
 
345
    62:double fbdPrice,
-
 
346
    63:string fbdtaxCode,
-
 
347
    64:i64 fbdPriceLastUpdatedOnSc,
-
 
348
    65:i64 fbdPriceLastUpdatedOn,
-
 
349
    66:bool suppressFbdPriceUpdate,
-
 
350
    67:double fbdPromoPrice,
-
 
351
    68:i64 fbdPromoStartDate,
-
 
352
    69:i64 fbdPromoEndDate,
-
 
353
    70:double maxFbdSalePrice,
-
 
354
    71:bool isFbdPromotionActive,
-
 
355
    72:double packagingHeight,  //Inches
-
 
356
    73:double packagingLength,  //Inches
-
 
357
    74:double packagingWidth, //Inches
-
 
358
    75:double packagingWeight   //Pounds 
344
}
359
}
345
    
360
    
346
struct PageViewEvents{
361
struct PageViewEvents{
347
    1:i64 catalogId,
362
    1:i64 catalogId,
348
    2:string url,
363
    2:string url,
Line 1160... Line 1175...
1160
	
1175
	
1161
	void updateHsItem(1:HsItem hsItem)
1176
	void updateHsItem(1:HsItem hsItem)
1162
	
1177
	
1163
	Item getPricingForDtr(1:i64 catalogItemId)
1178
	Item getPricingForDtr(1:i64 catalogItemId)
1164
	
1179
	
-
 
1180
	list<Amazonlisted> getAllItemstoListOnFbd()
-
 
1181
	
-
 
1182
	list<Amazonlisted> getAllFbdListedItems()
-
 
1183
	
1165
}
1184
}