Interface IProductDiscount
- Namespace
- Dynamicweb.Ecommerce.Orders.SalesDiscounts
- Assembly
- Dynamicweb.Ecommerce.dll
[Obsolete("Sales discount functionality is obsolete. Use Dynamicweb.Ecommerce.Orders.Discounts.* instead.")]
public interface IProductDiscount
Properties
DiscountAmount
double DiscountAmount { get; }
Property Value
- double
DiscountId
string DiscountId { get; set; }
Property Value
- string
DiscountName
string DiscountName { get; set; }
Property Value
- string
IsPercent
Property Value
- bool
IsProductDiscount
bool IsProductDiscount { get; set; }
Property Value
- bool
ProductsAndGroups
string ProductsAndGroups { get; set; }
Property Value
- string