Пример #1
0
 /// <summary>
 /// Sets the GetPrepInstructionsForASINResult property.
 /// </summary>
 /// <param name="getPrepInstructionsForASINResult">GetPrepInstructionsForASINResult property.</param>
 /// <returns>this instance.</returns>
 public GetPrepInstructionsForASINResponse WithGetPrepInstructionsForASINResult(GetPrepInstructionsForASINResult getPrepInstructionsForASINResult)
 {
     this._getPrepInstructionsForASINResult = getPrepInstructionsForASINResult;
     return(this);
 }
Пример #2
0
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     _getPrepInstructionsForASINResult = reader.Read <GetPrepInstructionsForASINResult>("GetPrepInstructionsForASINResult");
     _responseMetadata = reader.Read <ResponseMetadata>("ResponseMetadata");
 }