MarketplaceWebServiceProducts.Model.CompetitivePricingType.WithCompetitivePrices C# (CSharp) Method

WithCompetitivePrices() public method

Sets the CompetitivePrices property
public WithCompetitivePrices ( CompetitivePriceList competitivePrices ) : CompetitivePricingType
competitivePrices CompetitivePriceList CompetitivePrices property
return CompetitivePricingType
        public CompetitivePricingType WithCompetitivePrices(CompetitivePriceList competitivePrices)
        {
            this.competitivePricesField = competitivePrices;
            return this;
        }