Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.18 KB

File metadata and controls

15 lines (11 loc) · 1.18 KB

Voucherify.MemberActivityDataTransactionDetailsSourceVoucherLoyaltyCard

Properties

Name Type Description Notes
points Number Total number of points added to the loyalty card over its lifespan. [optional]
balance Number Points available for reward redemption. This is calculated as follows: `balance` = `points` - `expired_points` - `subtracted_points` - `redemption.redeemed_points`. [optional]
nextExpirationDate String The next closest date when the next set of points are due to expire. [optional]
nextExpirationPoints Number The amount of points that are set to expire next. [optional]
pendingPoints Number Shows the number of pending points that will be added to the loyalty card when they are activated automatically or manually. [optional]
expiredPoints Number Shows the total number of expired points over the lifetime of the loyalty card. [optional]
subtractedPoints Number Shows the total number of subtracted points over the lifetime of the loyalty card. [optional]