Class DiscountInfo
- Namespace
- Dynamicweb.Ecommerce.Orders.Discounts
- Assembly
- Dynamicweb.Ecommerce.dll
Represents information about a discount.
public class DiscountInfo
- Inheritance
-
DiscountInfo
- Inherited Members
Properties
Discount
Gets the discount.
public Discount Discount { get; }
Property Value
- Discount
The discount.
Product
Gets the product.
public Product Product { get; }
Property Value
- Product
The product.
Methods
GetPrice(PriceContext, string, long)
public IPriceInfo GetPrice(PriceContext context, string unitId, long stockLocationId)
Parameters
context
PriceContextunitId
stringstockLocationId
long