public override void ReadFragmentFrom(IMwsReader reader)
 {
     _skuPrepInstructionsList = reader.Read <SKUPrepInstructionsList>("SKUPrepInstructionsList");
     _invalidSKUList          = reader.Read <InvalidSKUList>("InvalidSKUList");
 }
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     _skuPrepInstructionsList = reader.Read<SKUPrepInstructionsList>("SKUPrepInstructionsList");
     _invalidSKUList = reader.Read<InvalidSKUList>("InvalidSKUList");
 }
 /// <summary>
 /// Sets the SKUPrepInstructionsList property.
 /// </summary>
 /// <param name="skuPrepInstructionsList">SKUPrepInstructionsList property.</param>
 /// <returns>this instance.</returns>
 public GetPrepInstructionsForSKUResult WithSKUPrepInstructionsList(SKUPrepInstructionsList skuPrepInstructionsList)
 {
     this._skuPrepInstructionsList = skuPrepInstructionsList;
     return(this);
 }
 /// <summary>
 /// Sets the SKUPrepInstructionsList property.
 /// </summary>
 /// <param name="skuPrepInstructionsList">SKUPrepInstructionsList property.</param>
 /// <returns>this instance.</returns>
 public GetPrepInstructionsForSKUResult WithSKUPrepInstructionsList(SKUPrepInstructionsList skuPrepInstructionsList)
 {
     this._skuPrepInstructionsList = skuPrepInstructionsList;
     return this;
 }