Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.41 KB

LoyaltyLedgerEntry.md

File metadata and controls

23 lines (20 loc) · 1.41 KB

TalonOne.Model.LoyaltyLedgerEntry

A single row of the ledger, describing one addition or deduction.

Properties

Name Type Description Notes
Created DateTime
ProgramID int
CustomerProfileID string [optional]
CardID int [optional]
CustomerSessionID string [optional]
EventID int [optional]
Type string The type of the ledger transaction. Possible values are: - `addition` - `subtraction` - `expire` - `expiring` (for expiring points ledgers)
Amount decimal
StartDate DateTime [optional]
ExpiryDate DateTime [optional]
Name string A name referencing the condition or effect that added this entry, or the specific name provided in an API call.
SubLedgerID string This specifies if we are adding loyalty points to the main ledger or a subledger.
UserID int This is the ID of the user who created this entry, if the addition or subtraction was done manually. [optional]
Archived bool Indicates if the entry belongs to the archived session. [optional]

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