MarketplaceWebServiceProducts.Model.Product.WithSalesRankings C# (CSharp) Method

WithSalesRankings() public method

Sets the SalesRankings property
public WithSalesRankings ( SalesRankList salesRankings ) : Product
salesRankings SalesRankList SalesRankings property
return Product
        public Product WithSalesRankings(SalesRankList salesRankings)
        {
            this.salesRankingsField = salesRankings;
            return this;
        }