Inheritance: MWSClientCsRuntime.AbstractMwsObject
コード例 #1
0
 /// <summary>
 /// Sets the LowestOfferListing property.
 /// </summary>
 /// <param name="lowestOfferListing">LowestOfferListing property.</param>
 /// <returns>this instance.</returns>
 public LowestOfferListingList WithLowestOfferListing(LowestOfferListingType[] lowestOfferListing)
 {
     this._lowestOfferListing.AddRange(lowestOfferListing);
     return this;
 }
コード例 #2
0
 private void ProcessLowPriceMember(LowestOfferListingType lowestOfferListing, AsinInputItem asinInputItem)
 {
     lowestOfferListing.WriteSeparatedFragment(StartRange.ToString("yyyy-MM-dd"),
         asinInputItem.Account, asinInputItem.Title, asinInputItem.SellerSku, asinInputItem.AmzRstListPrice, asinInputItem.ListingOpenDate, asinInputItem.Asin,
         _lowPriceCsv, "\t");
 }