public override void ReadFragmentFrom(IMwsReader reader)
 {
     _sellerId          = reader.Read <string>("SellerId");
     _mwsAuthToken      = reader.Read <string>("MWSAuthToken");
     _asinList          = reader.Read <AsinList>("AsinList");
     _shipToCountryCode = reader.Read <string>("ShipToCountryCode");
 }
 /// <summary>
 /// Sets the AsinList property.
 /// </summary>
 /// <param name="asinList">AsinList property.</param>
 /// <returns>this instance.</returns>
 public GetPrepInstructionsForASINRequest WithAsinList(AsinList asinList)
 {
     this._asinList = asinList;
     return this;
 }
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     _sellerId = reader.Read<string>("SellerId");
     _mwsAuthToken = reader.Read<string>("MWSAuthToken");
     _asinList = reader.Read<AsinList>("AsinList");
     _shipToCountryCode = reader.Read<string>("ShipToCountryCode");
 }
 /// <summary>
 /// Sets the AsinList property.
 /// </summary>
 /// <param name="asinList">AsinList property.</param>
 /// <returns>this instance.</returns>
 public GetPrepInstructionsForASINRequest WithAsinList(AsinList asinList)
 {
     this._asinList = asinList;
     return(this);
 }