예제 #1
0
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     _sellerSKU                 = reader.Read <string>("SellerSKU");
     _asin                      = reader.Read <string>("ASIN");
     _barcodeInstruction        = reader.Read <string>("BarcodeInstruction");
     _prepGuidance              = reader.Read <string>("PrepGuidance");
     _prepInstructionList       = reader.Read <PrepInstructionList>("PrepInstructionList");
     _amazonPrepFeesDetailsList = reader.Read <AmazonPrepFeesDetailsList>("AmazonPrepFeesDetailsList");
 }
예제 #2
0
 /// <summary>
 /// Sets the AmazonPrepFeesDetailsList property.
 /// </summary>
 /// <param name="amazonPrepFeesDetailsList">AmazonPrepFeesDetailsList property.</param>
 /// <returns>this instance.</returns>
 public SKUPrepInstructions WithAmazonPrepFeesDetailsList(AmazonPrepFeesDetailsList amazonPrepFeesDetailsList)
 {
     this._amazonPrepFeesDetailsList = amazonPrepFeesDetailsList;
     return(this);
 }