Пример #1
0
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     this._marketplaceID = reader.ReadAttribute <string>("MarketplaceID");
     this._asin          = reader.ReadAttribute <string>("ASIN");
     this._itemCondition = reader.ReadAttribute <string>("ItemCondition");
     this._status        = reader.ReadAttribute <string>("status");
     this._identifier    = reader.Read <GetLowestPricedOffersAsinIdentifier>("Identifier");
     this._summary       = reader.Read <Summary>("Summary");
     this._offers        = reader.Read <ASINOfferDetailList>("Offers");
 }
Пример #2
0
 /// <summary>
 /// Sets the Identifier property.
 /// </summary>
 /// <param name="identifier">Identifier property.</param>
 /// <returns>this instance.</returns>
 public GetLowestPricedOffersForASINResult WithIdentifier(GetLowestPricedOffersAsinIdentifier identifier)
 {
     this._identifier = identifier;
     return(this);
 }