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