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

WithCompetitivePricing() public method

Sets the CompetitivePricing property
public WithCompetitivePricing ( CompetitivePricingType competitivePricing ) : Product
competitivePricing CompetitivePricingType CompetitivePricing property
return Product
        public Product WithCompetitivePricing(CompetitivePricingType competitivePricing)
        {
            this.competitivePricingField = competitivePricing;
            return this;
        }