Subversion Repositories SmartDukaan

Rev

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

Rev 12663 Rev 12888
Line 327... Line 327...
327
    44:i64 fbbPromoStartDate,
327
    44:i64 fbbPromoStartDate,
328
    45:i64 fbbPromoEndDate,
328
    45:i64 fbbPromoEndDate,
329
    46:bool isFbaPromotionActive,
329
    46:bool isFbaPromotionActive,
330
    47:bool isFbbPromotionActive,
330
    47:bool isFbbPromotionActive,
331
    48:double maxFbaSalePrice,
331
    48:double maxFbaSalePrice,
332
    49:double maxFbbSalePrice
332
    49:double maxFbbSalePrice,
-
 
333
    50:bool isFbg,
-
 
334
    51:double fbgPrice,
-
 
335
    52:string fbgtaxCode,
-
 
336
    53:i64 fbgPriceLastUpdatedOnSc,
-
 
337
    54:i64 fbgPriceLastUpdatedOn,
-
 
338
    55:bool suppressFbgPriceUpdate,
-
 
339
    56:double fbgPromoPrice,
-
 
340
    57:i64 fbgPromoStartDate,
-
 
341
    58:i64 fbgPromoEndDate,
-
 
342
    59:double maxFbgSalePrice,
-
 
343
    60:bool isFbgPromotionActive
333
}
344
}
334
    
345
    
335
struct PageViewEvents{
346
struct PageViewEvents{
336
    1:i64 catalogId,
347
    1:i64 catalogId,
337
    2:string url,
348
    2:string url,
Line 1080... Line 1091...
1080
	
1091
	
1081
	bool updateItemStateVat(1:i64 itemId, 2:map<i64,double> statevat)
1092
	bool updateItemStateVat(1:i64 itemId, 2:map<i64,double> statevat)
1082
	
1093
	
1083
	map<i64, ExclusiveAffiliateItemInfo> getExAffiliateItemInfo()
1094
	map<i64, ExclusiveAffiliateItemInfo> getExAffiliateItemInfo()
1084
	
1095
	
-
 
1096
	list<Amazonlisted> getAllItemstoListOnFbg()
-
 
1097
	
-
 
1098
	list<Amazonlisted> getAllFbgListedItems()
-
 
1099
	
1085
	
1100
	
1086
}
1101
}