Subversion Repositories SmartDukaan

Rev

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

Rev 8590 Rev 8616
Line 72... Line 72...
72
	40:string bestDealsDetailsLink,
72
	40:string bestDealsDetailsLink,
73
	41:i64 preferredInsurer,
73
	41:i64 preferredInsurer,
74
	42:string asin,
74
	42:string asin,
75
	43:i64 defaultInventory,
75
	43:i64 defaultInventory,
76
	44:i64 holdInventory
76
	44:i64 holdInventory
-
 
77
	45:bool isListedOnSnapdeal
77
}
78
}
78
 
79
 
79
struct Insurer{
80
struct Insurer{
80
	1:i64 id,
81
	1:i64 id,
81
	2:string name,
82
	2:string name,
Line 576... Line 577...
576
	bool updateAmazonAttributesInBulk(1:map<i64, Amazonlisted> amazonlisted)
577
	bool updateAmazonAttributesInBulk(1:map<i64, Amazonlisted> amazonlisted)
577
	
578
	
578
	list<Amazonlisted> getAllItemstoListOnFba()
579
	list<Amazonlisted> getAllItemstoListOnFba()
579
	
580
	
580
	list<Amazonlisted> getAllItemstoListOnNonFba()
581
	list<Amazonlisted> getAllItemstoListOnNonFba()
-
 
582
	
-
 
583
	list<Item> getAllSnapdealListedActiveItems()
581
 
584
 
582
}
585
}