Table of Contents

Class ConditionPointInfo

Namespace
Dynamicweb.Ecommerce.Loyalty
Assembly
Dynamicweb.Ecommerce.dll

Represents information about condition points.

public class ConditionPointInfo : PointInfo, IPointInfo
Inheritance
ConditionPointInfo
Implements
Inherited Members

Properties

ConditionRewards

Gets or sets information about maximum rewards which could be earned

public IEnumerable<ConditionReward> ConditionRewards { get; set; }

Property Value

IEnumerable<ConditionReward>
To top