Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.08 KB

LedgerEntry.md

File metadata and controls

20 lines (16 loc) · 1.08 KB

LedgerEntry

Entry in the point ledger.

Properties

Name Type Description Notes
id int Internal ID of this entity.
created datetime The time this entity was created.
profile_id str ID of the customer profile set by your integration layer. Note: If the customer does not yet have a known `profileId`, we recommend you use a guest `profileId`.
account_id int The ID of the Talon.One account that owns this profile.
loyalty_program_id int ID of the ledger.
event_id int ID of the related event.
amount int Amount of loyalty points.
reason str reason for awarding/deducting points.
expiry_date datetime Expiration date of the points.
reference_id int The ID of the balancing ledgerEntry. [optional]

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