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

WithSellerSKU() public method

Sets the SellerSKU property
public WithSellerSKU ( String sellerSKU ) : SellerSKUIdentifier
sellerSKU String SellerSKU property
return SellerSKUIdentifier
        public SellerSKUIdentifier WithSellerSKU(String sellerSKU)
        {
            this.sellerSKUField = sellerSKU;
            return this;
        }