MarketplaceWebServiceProducts.Model.CompetitivePricingType.WithCompetitivePrices C# (CSharp) Méthode

WithCompetitivePrices() public méthode

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