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

WithSellerSKU() public méthode

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