/// <summary>
 /// Sets the Points property.
 /// </summary>
 /// <param name="points">Points property.</param>
 /// <returns>this instance.</returns>
 public SKUOfferDetail WithPoints(Points points)
 {
     this._points = points;
     return this;
 }
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     _myOffer = reader.Read<bool>("MyOffer");
     _subCondition = reader.Read<string>("SubCondition");
     _sellerFeedbackRating = reader.Read<SellerFeedbackType>("SellerFeedbackRating");
     _shippingTime = reader.Read<DetailedShippingTimeType>("ShippingTime");
     _listingPrice = reader.Read<MoneyType>("ListingPrice");
     _points = reader.Read<Points>("Points");
     _shipping = reader.Read<MoneyType>("Shipping");
     _shipsFrom = reader.Read<ShipsFromType>("ShipsFrom");
     _isFulfilledByAmazon = reader.Read<bool>("IsFulfilledByAmazon");
     _isBuyBoxWinner = reader.Read<bool?>("IsBuyBoxWinner");
     _isFeaturedMerchant = reader.Read<bool?>("IsFeaturedMerchant");
 }
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     _condition = reader.ReadAttribute<string>("condition");
     _fulfillmentChannel = reader.ReadAttribute<string>("fulfillmentChannel");
     _landedPrice = reader.Read<MoneyType>("LandedPrice");
     _listingPrice = reader.Read<MoneyType>("ListingPrice");
     _shipping = reader.Read<MoneyType>("Shipping");
     _points = reader.Read<Points>("Points");
 }
 /// <summary>
 /// Sets the Points property.
 /// </summary>
 /// <param name="points">Points property.</param>
 /// <returns>this instance.</returns>
 public LowestPriceType WithPoints(Points points)
 {
     this._points = points;
     return this;
 }
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     _landedPrice = reader.Read<MoneyType>("LandedPrice");
     _listingPrice = reader.Read<MoneyType>("ListingPrice");
     _shipping = reader.Read<MoneyType>("Shipping");
     _points = reader.Read<Points>("Points");
 }