MarketplaceWebServiceProducts.Model.SellerSKUIdentifier.WithSellerId C# (CSharp) Method

WithSellerId() public method

Sets the SellerId property
public WithSellerId ( String sellerId ) : SellerSKUIdentifier
sellerId String SellerId property
return SellerSKUIdentifier
        public SellerSKUIdentifier WithSellerId(String sellerId)
        {
            this.sellerIdField = sellerId;
            return this;
        }