MarketplaceWebServiceProducts.Model.SellerSKUIdentifier.WithSellerId C# (CSharp) Méthode

WithSellerId() public méthode

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