/// <summary> /// Sets the NumberOfOfferListings property. /// </summary> /// <param name="numberOfOfferListings">NumberOfOfferListings property.</param> /// <returns>this instance.</returns> public CompetitivePricingType WithNumberOfOfferListings(NumberOfOfferListingsList numberOfOfferListings) { this._numberOfOfferListings = numberOfOfferListings; return(this); }
public override void ReadFragmentFrom(IMwsReader reader) { this._competitivePrices = reader.Read <CompetitivePriceList>("CompetitivePrices"); this._numberOfOfferListings = reader.Read <NumberOfOfferListingsList>("NumberOfOfferListings"); this._tradeInValue = reader.Read <MoneyType>("TradeInValue"); }