/// <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); }
/// <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; }