/// <summary>
 /// Sets the ASINList property.
 /// </summary>
 /// <param name="asinList">ASINList property.</param>
 /// <returns>this instance.</returns>
 public GetMyPriceForASINRequest WithASINList(ASINListType asinList)
 {
     this._asinList = asinList;
     return this;
 }
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     _sellerId = reader.Read<string>("SellerId");
     _mwsAuthToken = reader.Read<string>("MWSAuthToken");
     _marketplaceId = reader.Read<string>("MarketplaceId");
     _asinList = reader.Read<ASINListType>("ASINList");
 }
 /// <summary>
 /// Sets the ASINList property.
 /// </summary>
 /// <param name="asinList">ASINList property.</param>
 /// <returns>this instance.</returns>
 public GetCompetitivePricingForASINRequest WithASINList(ASINListType asinList)
 {
     this._asinList = asinList;
     return this;
 }
 /// <summary>
 /// Sets the ASINList property.
 /// </summary>
 /// <param name="asinList">ASINList property.</param>
 /// <returns>this instance.</returns>
 public GetLowestOfferListingsForASINRequest WithASINList(ASINListType asinList)
 {
     this._asinList = asinList;
     return this;
 }
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     _sellerId = reader.Read<string>("SellerId");
     _mwsAuthToken = reader.Read<string>("MWSAuthToken");
     _marketplaceId = reader.Read<string>("MarketplaceId");
     _asinList = reader.Read<ASINListType>("ASINList");
     _itemCondition = reader.Read<string>("ItemCondition");
     _excludeMe = reader.Read<bool?>("ExcludeMe");
 }
 /// <summary>
 /// Sets the ASINList property.
 /// </summary>
 /// <param name="asinList">ASINList property.</param>
 /// <returns>this instance.</returns>
 public GetMatchingProductRequest WithASINList(ASINListType asinList)
 {
     this._asinList = asinList;
     return this;
 }