Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.1 KB

LoyaltyDashboardData.md

File metadata and controls

21 lines (14 loc) · 1.1 KB

LoyaltyDashboardData

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

Properties

Name Type Description Notes
date OffsetDateTime Date at which data point was collected.
totalActivePoints BigDecimal Total of active points for this loyalty program.
totalPendingPoints BigDecimal Total of pending points for this loyalty program.
totalSpentPoints BigDecimal Total of spent points for this loyalty program.
totalExpiredPoints BigDecimal Total of expired points for this loyalty program.
totalMembers BigDecimal Number of loyalty program members.
newMembers BigDecimal Number of members who joined on this day.
spentPoints LoyaltyDashboardPointsBreakdown
earnedPoints LoyaltyDashboardPointsBreakdown