Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.07 KB

File metadata and controls

17 lines (12 loc) · 1.07 KB

# ExpiringCardPointsData

Properties

Name Type Description Notes
expiryDate \DateTime The expiration date of loyalty points.
loyaltyProgramID int The ID of the loyalty program.
amountOfExpiringPoints float 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 identifier of the loyalty card, `which must match the regular expression `^[A-Za-z0-9._%+@-]+$`.
usersPerCardLimit int The maximum number of customer profiles with which a card can be shared. This can be set to `0` for no limit.
profiles string[] The integration IDs of the customer profiles linked to the card.

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