/// <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); }
public override void ReadFragmentFrom(IMwsReader reader) { _getLowestPricedOffersForASINResult = reader.Read <GetLowestPricedOffersForASINResult>("GetLowestPricedOffersForASINResult"); _responseMetadata = reader.Read <ResponseMetadata>("ResponseMetadata"); }