Table of Contents

Class PointInfo

Namespace
Dynamicweb.Ecommerce.Loyalty
Assembly
Dynamicweb.Ecommerce.dll
Represents information about points.
[Serializable]
public class PointInfo : IPointInfo
Inheritance
PointInfo
Implements
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

points double
Count of points.
reward Reward
The Reward.

Properties

Points

Gets or sets the number of points.
public double Points { get; set; }

Property Value

double

Reward

Gets or sets the Reward.
public Reward Reward { get; set; }

Property Value

Reward
To top