Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.13 KB

LoyaltyDashboardData.md

File metadata and controls

18 lines (15 loc) · 1.13 KB

TalonOne.Model.LoyaltyDashboardData

Datapoint for the graphs and cards on a loyalty program dashboard.

Properties

Name Type Description Notes
Date DateTime Date at which data point was collected.
TotalActivePoints decimal Total of active points for this loyalty program.
TotalPendingPoints decimal Total of pending points for this loyalty program.
TotalSpentPoints decimal Total of spent points for this loyalty program.
TotalExpiredPoints decimal Total of expired points for this loyalty program.
TotalMembers decimal Number of loyalty program members.
NewMembers decimal Number of members who joined on this day.
SpentPoints LoyaltyDashboardPointsBreakdown
EarnedPoints LoyaltyDashboardPointsBreakdown

[Back to Model list] [Back to API list] [Back to README]