OrderAmountDiscountRuleProviderSettings
public class OrderAmountDiscountRuleProviderSettings
Namespace
Constructors
OrderAmountDiscountRuleProviderSettings
The default constructor.
public OrderAmountDiscountRuleProviderSettings()
Properties
Amounts
public IDictionary<Guid, decimal?> Amounts { get; set; }
AmountsIncludeTax
public bool AmountsIncludeTax { get; set; }
ComparisonOperator
public ComparisonOperator ComparisonOperator { get; set; }
PriceType
public OrderPriceType PriceType { get; set; }