Esempio n. 1
0
 /// <summary>
 /// Sets the ResponseMetadata property.
 /// </summary>
 /// <param name="responseMetadata">ResponseMetadata property.</param>
 /// <returns>this instance.</returns>
 public GetLowestPricedOffersForSKUResponse WithResponseMetadata(ResponseMetadata responseMetadata)
 {
     this._responseMetadata = responseMetadata;
     return(this);
 }
 /// <summary>
 /// Sets the ResponseMetadata property.
 /// </summary>
 /// <param name="responseMetadata">ResponseMetadata property.</param>
 /// <returns>this instance.</returns>
 public GetProductCategoriesForSKUResponse WithResponseMetadata(ResponseMetadata responseMetadata)
 {
     this._responseMetadata = responseMetadata;
     return(this);
 }
Esempio n. 3
0
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     this._getLowestPricedOffersForSKUResult = reader.Read <GetLowestPricedOffersForSKUResult>("GetLowestPricedOffersForSKUResult");
     this._responseMetadata = reader.Read <ResponseMetadata>("ResponseMetadata");
 }
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     this._getProductCategoriesForSKUResult = reader.Read <GetProductCategoriesForSKUResult>("GetProductCategoriesForSKUResult");
     this._responseMetadata = reader.Read <ResponseMetadata>("ResponseMetadata");
 }