示例#1
0
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     _marketplaceId = reader.Read <string>("MarketplaceId");
     _sellerId      = reader.Read <string>("SellerId");
     _hasSellerSuspendedListings = reader.Read <HasSellerSuspendedListingsEnum?>("HasSellerSuspendedListings");
 }
 /// <summary>
 /// Sets the HasSellerSuspendedListings property.
 /// </summary>
 /// <param name="hasSellerSuspendedListings">HasSellerSuspendedListings property.</param>
 /// <returns>this instance.</returns>
 public Participation WithHasSellerSuspendedListings(HasSellerSuspendedListingsEnum hasSellerSuspendedListings)
 {
     this._hasSellerSuspendedListings = hasSellerSuspendedListings;
     return this;
 }
示例#3
0
 /// <summary>
 /// Sets the HasSellerSuspendedListings property.
 /// </summary>
 /// <param name="hasSellerSuspendedListings">HasSellerSuspendedListings property.</param>
 /// <returns>this instance.</returns>
 public Participation WithHasSellerSuspendedListings(HasSellerSuspendedListingsEnum hasSellerSuspendedListings)
 {
     this._hasSellerSuspendedListings = hasSellerSuspendedListings;
     return(this);
 }
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     this._marketplaceId = reader.Read<string>("MarketplaceId");
     this._sellerId = reader.Read<string>("SellerId");
     this._hasSellerSuspendedListings = reader.Read<HasSellerSuspendedListingsEnum?>("HasSellerSuspendedListings");
 }