Class DiscountLimit
- Namespace
- Dynamicweb.Ecommerce.Orders.Discounts
- Assembly
- Dynamicweb.Ecommerce.dll
Represents information about amount limits for discounts.
public class DiscountLimit
- Inheritance
-
DiscountLimit
- Inherited Members
Properties
Amount
Gets or sets the value indicating limit amount for the discount in the specified currency.
public double Amount { get; set; }
Property Value
CurrencyCode
Gets or sets the value indicating the currency this limit is for.
public string CurrencyCode { get; set; }