Class DefaultPointProvider
- Namespace
- Dynamicweb.Ecommerce.Loyalty
- Assembly
- Dynamicweb.Ecommerce.dll
Represents a default points provider.
public class DefaultPointProvider : IStatelessPointProvider, IPointProvider, IConditionPointProvider
- Inheritance
-
DefaultPointProvider
- Implements
- Inherited Members
Properties
CountryCode2
Gets or sets the code2.
public string CountryCode2 { get; set; }
Property Value
OrderTime
Gets or sets the order time.
public DateTime OrderTime { get; set; }
Property Value
Methods
FindConditionPoints(OrderLine)
Finds the condition points.
public ConditionPointInfo FindConditionPoints(OrderLine orderLine)
Parameters
orderLine
OrderLine- The order line.
Returns
FindPoints(OrderLine)
Finds the points.
public IPointInfo FindPoints(OrderLine orderLine)
Parameters
orderLine
OrderLine- The order line.
Returns
- IPointInfo
- The IPointInfo.