Exemplo n.º 1
0
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     this._qualifiers = reader.Read <QualifiersType>("Qualifiers");
     this._numberOfOfferListingsConsidered = reader.Read <decimal?>("NumberOfOfferListingsConsidered");
     this._sellerFeedbackCount             = reader.Read <decimal>("SellerFeedbackCount");
     this._price = reader.Read <PriceType>("Price");
     this._multipleOffersAtLowestPrice = reader.Read <string>("MultipleOffersAtLowestPrice");
 }
Exemplo n.º 2
0
 /// <summary>
 /// Sets the Qualifiers property.
 /// </summary>
 /// <param name="qualifiers">Qualifiers property.</param>
 /// <returns>this instance.</returns>
 public LowestOfferListingType WithQualifiers(QualifiersType qualifiers)
 {
     this._qualifiers = qualifiers;
     return(this);
 }