/// <summary>
 /// Sets the ResponseMetadata property.
 /// </summary>
 /// <param name="responseMetadata">ResponseMetadata property.</param>
 /// <returns>this instance.</returns>
 public GetLowestPricedOffersForASINResponse WithResponseMetadata(ResponseMetadata responseMetadata)
 {
     this._responseMetadata = responseMetadata;
     return(this);
 }
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     _getLowestPricedOffersForASINResult = reader.Read <GetLowestPricedOffersForASINResult>("GetLowestPricedOffersForASINResult");
     _responseMetadata = reader.Read <ResponseMetadata>("ResponseMetadata");
 }
Esempio n. 3
0
 /// <summary>
 /// Sets the ResponseMetadata property.
 /// </summary>
 /// <param name="responseMetadata">ResponseMetadata property.</param>
 /// <returns>this instance.</returns>
 public GetCompetitivePricingForSKUResponse WithResponseMetadata(ResponseMetadata responseMetadata)
 {
     this._responseMetadata = responseMetadata;
     return(this);
 }
Esempio n. 4
0
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     _getCompetitivePricingForSKUResult = reader.ReadList <GetCompetitivePricingForSKUResult>("GetCompetitivePricingForSKUResult");
     _responseMetadata = reader.Read <ResponseMetadata>("ResponseMetadata");
 }
Esempio n. 5
0
 /// <summary>
 /// Sets the ResponseMetadata property.
 /// </summary>
 /// <param name="responseMetadata">ResponseMetadata property.</param>
 /// <returns>this instance.</returns>
 public GetServiceStatusResponse WithResponseMetadata(ResponseMetadata responseMetadata)
 {
     this._responseMetadata = responseMetadata;
     return(this);
 }
Esempio n. 6
0
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     _getServiceStatusResult = reader.Read <GetServiceStatusResult>("GetServiceStatusResult");
     _responseMetadata       = reader.Read <ResponseMetadata>("ResponseMetadata");
 }