Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 891 Bytes

File metadata and controls

18 lines (11 loc) · 891 Bytes

ExpiringCardPointsData

Properties

Name Type Description Notes
expiryDate LocalDate The expiration date of loyalty points.
loyaltyProgramID Long The ID of the loyalty program.
amountOfExpiringPoints BigDecimal The amount of loyalty points that will be expired soon.
subledgerID String The ID of the subledger within the loyalty program where these points were added.
cardIdentifier String The alphanumeric identifier of the loyalty card.
usersPerCardLimit Long The maximum number of customer profiles with which a card can be shared. This can be set to `0` for no limit.
profiles List<String> The integration IDs of the customer profiles linked to the card.