Esempio n. 1
0
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     _totalOfferCount = reader.Read <decimal>("TotalOfferCount");
     _numberOfOffers  = reader.Read <NumberOfOffers>("NumberOfOffers");
     _lowestPrices    = reader.Read <LowestPrices>("LowestPrices");
     _buyBoxPrices    = reader.Read <BuyBoxPrices>("BuyBoxPrices");
     _listPrice       = reader.Read <MoneyType>("ListPrice");
     _suggestedLowerPricePlusShipping = reader.Read <MoneyType>("SuggestedLowerPricePlusShipping");
     _buyBoxEligibleOffers            = reader.Read <BuyBoxEligibleOffers>("BuyBoxEligibleOffers");
 }
Esempio n. 2
0
 /// <summary>
 /// Sets the BuyBoxEligibleOffers property.
 /// </summary>
 /// <param name="buyBoxEligibleOffers">BuyBoxEligibleOffers property.</param>
 /// <returns>this instance.</returns>
 public Summary WithBuyBoxEligibleOffers(BuyBoxEligibleOffers buyBoxEligibleOffers)
 {
     this._buyBoxEligibleOffers = buyBoxEligibleOffers;
     return this;
 }
Esempio n. 3
0
 /// <summary>
 /// Sets the BuyBoxEligibleOffers property.
 /// </summary>
 /// <param name="buyBoxEligibleOffers">BuyBoxEligibleOffers property.</param>
 /// <returns>this instance.</returns>
 public Summary WithBuyBoxEligibleOffers(BuyBoxEligibleOffers buyBoxEligibleOffers)
 {
     this._buyBoxEligibleOffers = buyBoxEligibleOffers;
     return(this);
 }
Esempio n. 4
0
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     _totalOfferCount = reader.Read<decimal>("TotalOfferCount");
     _numberOfOffers = reader.Read<NumberOfOffers>("NumberOfOffers");
     _lowestPrices = reader.Read<LowestPrices>("LowestPrices");
     _buyBoxPrices = reader.Read<BuyBoxPrices>("BuyBoxPrices");
     _listPrice = reader.Read<MoneyType>("ListPrice");
     _suggestedLowerPricePlusShipping = reader.Read<MoneyType>("SuggestedLowerPricePlusShipping");
     _buyBoxEligibleOffers = reader.Read<BuyBoxEligibleOffers>("BuyBoxEligibleOffers");
 }