Beispiel #1
0
 /// <summary>
 /// Sets the GetLowestPricedOffersForASINResult property.
 /// </summary>
 /// <param name="getLowestPricedOffersForASINResult">GetLowestPricedOffersForASINResult property.</param>
 /// <returns>this instance.</returns>
 public GetLowestPricedOffersForASINResponse WithGetLowestPricedOffersForASINResult(GetLowestPricedOffersForASINResult getLowestPricedOffersForASINResult)
 {
     this._getLowestPricedOffersForASINResult = getLowestPricedOffersForASINResult;
     return(this);
 }
Beispiel #2
0
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     _getLowestPricedOffersForASINResult = reader.Read <GetLowestPricedOffersForASINResult>("GetLowestPricedOffersForASINResult");
     _responseMetadata = reader.Read <ResponseMetadata>("ResponseMetadata");
 }