コード例 #1
0
 /// <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);
 }
コード例 #2
0
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     this._competitivePrices     = reader.Read <CompetitivePriceList>("CompetitivePrices");
     this._numberOfOfferListings = reader.Read <NumberOfOfferListingsList>("NumberOfOfferListings");
     this._tradeInValue          = reader.Read <MoneyType>("TradeInValue");
 }