Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.09 KB

LedgerEntry.md

File metadata and controls

19 lines (16 loc) · 1.09 KB

TalonOne.Model.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.
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 int The ID of the Talon.One account that owns this profile.
LoyaltyProgramId int ID of the ledger.
EventId int ID of the related event.
Amount int Amount of loyalty points.
Reason string reason for awarding/deducting points.
ExpiryDate DateTime Expiration date of the points.
ReferenceId int The ID of the balancing ledgerEntry. [optional]

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