Table of Contents

Class RewardPointsGiven

Namespace
Dynamicweb.Ecommerce.Loyalty
Assembly
Dynamicweb.Ecommerce.dll
Represents how much a reward have been giving in points
public class RewardPointsGiven
Inheritance
RewardPointsGiven
Inherited Members

Properties

Points

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

Property Value

double
The amount.

RewardId

Gets or sets the reward id
public int RewardId { get; set; }

Property Value

int
The discount identifier.
To top