Esempio n. 1
0
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     this._sellerId      = reader.Read <string>("SellerId");
     this._mwsAuthToken  = reader.Read <string>("MWSAuthToken");
     this._marketplaceId = reader.Read <string>("MarketplaceId");
     this._sellerSKUList = reader.Read <SellerSKUListType>("SellerSKUList");
 }
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     this._sellerId      = reader.Read <string>("SellerId");
     this._mwsAuthToken  = reader.Read <string>("MWSAuthToken");
     this._marketplaceId = reader.Read <string>("MarketplaceId");
     this._sellerSKUList = reader.Read <SellerSKUListType>("SellerSKUList");
     this._itemCondition = reader.Read <string>("ItemCondition");
     this._excludeMe     = reader.Read <bool?>("ExcludeMe");
 }
Esempio n. 3
0
 /// <summary>
 /// Sets the SellerSKUList property.
 /// </summary>
 /// <param name="sellerSKUList">SellerSKUList property.</param>
 /// <returns>this instance.</returns>
 public GetMyPriceForSKURequest WithSellerSKUList(SellerSKUListType sellerSKUList)
 {
     this._sellerSKUList = sellerSKUList;
     return(this);
 }
 /// <summary>
 /// Sets the SellerSKUList property.
 /// </summary>
 /// <param name="sellerSKUList">SellerSKUList property.</param>
 /// <returns>this instance.</returns>
 public GetCompetitivePricingForSKURequest WithSellerSKUList(SellerSKUListType sellerSKUList)
 {
     this._sellerSKUList = sellerSKUList;
     return(this);
 }
 /// <summary>
 /// Sets the SellerSKUList property.
 /// </summary>
 /// <param name="sellerSKUList">SellerSKUList property.</param>
 /// <returns>this instance.</returns>
 public GetLowestOfferListingsForSKURequest WithSellerSKUList(SellerSKUListType sellerSKUList)
 {
     this._sellerSKUList = sellerSKUList;
     return(this);
 }