Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1011 Bytes

File metadata and controls

22 lines (15 loc) · 1011 Bytes

LedgerEntry

Entry in the point ledger.

Properties

Name Type Description Notes
id Long The internal ID of this entity.
created OffsetDateTime The time this entity was created.
profileId String 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`.
accountId Long The ID of the Talon.One account that owns this profile.
loyaltyProgramId Long ID of the ledger.
eventId Long ID of the related event.
amount Long Amount of loyalty points.
reason String reason for awarding/deducting points.
expiryDate OffsetDateTime Expiration date of the points.
referenceId Long The ID of the balancing ledgerEntry. [optional]