Interface IPointInfo
- Namespace
- Dynamicweb.Ecommerce.Loyalty
- Assembly
- Dynamicweb.Ecommerce.dll
IPointInfo interface.
public interface IPointInfo
Properties
Points
double Points { get; set; }
Property Value
Reward
Reward? Reward { get; set; }
IPointInfo interface.
public interface IPointInfo
double Points { get; set; }
Reward? Reward { get; set; }