public override void ReadFragmentFrom(IMwsReader reader)
 {
     _asinPrepInstructionsList = reader.Read<ASINPrepInstructionsList>("ASINPrepInstructionsList");
     _invalidASINList = reader.Read<InvalidASINList>("InvalidASINList");
 }
示例#2
0
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     _asinPrepInstructionsList = reader.Read <ASINPrepInstructionsList>("ASINPrepInstructionsList");
     _invalidASINList          = reader.Read <InvalidASINList>("InvalidASINList");
 }
 /// <summary>
 /// Sets the ASINPrepInstructionsList property.
 /// </summary>
 /// <param name="asinPrepInstructionsList">ASINPrepInstructionsList property.</param>
 /// <returns>this instance.</returns>
 public GetPrepInstructionsForASINResult WithASINPrepInstructionsList(ASINPrepInstructionsList asinPrepInstructionsList)
 {
     this._asinPrepInstructionsList = asinPrepInstructionsList;
     return this;
 }
示例#4
0
 /// <summary>
 /// Sets the ASINPrepInstructionsList property.
 /// </summary>
 /// <param name="asinPrepInstructionsList">ASINPrepInstructionsList property.</param>
 /// <returns>this instance.</returns>
 public GetPrepInstructionsForASINResult WithASINPrepInstructionsList(ASINPrepInstructionsList asinPrepInstructionsList)
 {
     this._asinPrepInstructionsList = asinPrepInstructionsList;
     return(this);
 }