useAutoPricingMinPrice property

bool? useAutoPricingMinPrice
getter/setter pair

If true, use the AUTO_PRICING_MIN_PRICE offer attribute as the lower bound of the rule.

If use_auto_pricing_min_price is true, then only offers with AUTO_PRICING_MIN_PRICE existing on the offer will get Repricer treatment, even if a floor value is set on the rule. Also, if use_auto_pricing_min_price is true, the floor restriction will be ignored.

Implementation

core.bool? useAutoPricingMinPrice;