Class PointInfo
- Namespace
- Dynamicweb.Ecommerce.Loyalty
- Assembly
- Dynamicweb.Ecommerce.dll
Represents information about points.
[Serializable]
public class PointInfo : IPointInfo
- Inheritance
-
PointInfo
- Implements
- Derived
- Inherited Members
Constructors
PointInfo()
Initializes a new instance of the class.
public PointInfo()
PointInfo(double, Reward)
Initializes a new instance of the class.
public PointInfo(double points, Reward reward)
Parameters
Properties
Points
Gets or sets the number of points.
public double Points { get; set; }
Property Value
Reward
Gets or sets the Reward.
public Reward Reward { get; set; }