Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.3 KB

CardLedgerPointsEntryIntegrationAPI.md

File metadata and controls

22 lines (15 loc) · 1.3 KB

CardLedgerPointsEntryIntegrationAPI

Loyalty card points with start and expiry dates.

Properties

Name Type Description Notes
id Integer ID of the transaction that adds loyalty points.
created OffsetDateTime Date and time the loyalty card points were added.
programId Integer ID of the loyalty program.
customerProfileID String Integration ID of the customer profile linked to the card. [optional]
customerSessionId String ID of the customer session where points were added. [optional]
name String Name or reason of the transaction that adds loyalty points.
startDate String When points become active. Possible values: - `immediate`: Points are active immediately. - `timestamp value`: Points become active at a given date and time.
expiryDate String Date when points expire. Possible values are: - `unlimited`: Points have no expiration date. - `timestamp value`: Points expire on the given date and time.
subledgerId String ID of the subledger.
amount BigDecimal Amount of loyalty points added in the transaction.