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

WithTradeInValue() public method

Sets the TradeInValue property
public WithTradeInValue ( MoneyType tradeInValue ) : CompetitivePricingType
tradeInValue MoneyType TradeInValue property
return CompetitivePricingType
        public CompetitivePricingType WithTradeInValue(MoneyType tradeInValue)
        {
            this.tradeInValueField = tradeInValue;
            return this;
        }