MarketplaceWebServiceProducts.Model.GetMatchingProductRequest.WithMarketplaceId C# (CSharp) Method

WithMarketplaceId() public method

Sets the MarketplaceId property
public WithMarketplaceId ( String marketplaceId ) : GetMatchingProductRequest
marketplaceId String MarketplaceId property
return GetMatchingProductRequest
        public GetMatchingProductRequest WithMarketplaceId(String marketplaceId)
        {
            this.marketplaceIdField = marketplaceId;
            return this;
        }