/// <summary>
 /// Sets the GetPrepInstructionsForSKUResult property.
 /// </summary>
 /// <param name="getPrepInstructionsForSKUResult">GetPrepInstructionsForSKUResult property.</param>
 /// <returns>this instance.</returns>
 public GetPrepInstructionsForSKUResponse WithGetPrepInstructionsForSKUResult(GetPrepInstructionsForSKUResult getPrepInstructionsForSKUResult)
 {
     this._getPrepInstructionsForSKUResult = getPrepInstructionsForSKUResult;
     return this;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Sets the GetPrepInstructionsForSKUResult property.
 /// </summary>
 /// <param name="getPrepInstructionsForSKUResult">GetPrepInstructionsForSKUResult property.</param>
 /// <returns>this instance.</returns>
 public GetPrepInstructionsForSKUResponse WithGetPrepInstructionsForSKUResult(GetPrepInstructionsForSKUResult getPrepInstructionsForSKUResult)
 {
     this._getPrepInstructionsForSKUResult = getPrepInstructionsForSKUResult;
     return(this);
 }
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     _getPrepInstructionsForSKUResult = reader.Read<GetPrepInstructionsForSKUResult>("GetPrepInstructionsForSKUResult");
     _responseMetadata = reader.Read<ResponseMetadata>("ResponseMetadata");
 }
Exemplo n.º 4
0
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     _getPrepInstructionsForSKUResult = reader.Read <GetPrepInstructionsForSKUResult>("GetPrepInstructionsForSKUResult");
     _responseMetadata = reader.Read <ResponseMetadata>("ResponseMetadata");
 }