Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.35 KB

File metadata and controls

20 lines (15 loc) · 1.35 KB

# LedgerPointsEntryIntegrationAPI

Properties

Name Type Description Notes
id int ID of the transaction that adds loyalty points.
transactionUUID string Unique identifier of the transaction in the UUID format.
created \DateTime Date and time the loyalty points were added.
programId int ID of the loyalty program.
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 float Amount of loyalty points added in the transaction.

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