Table of Contents

Class ConditionReward

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

Represents information about rewards which could be earned and condition for that

public class ConditionReward
Inheritance
ConditionReward
Inherited Members

Properties

Condition

Gets or sets the ConditionRule.

public ConditionRule Condition { get; set; }

Property Value

ConditionRule

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