Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.36 KB

LoyaltyLedgerEntry.md

File metadata and controls

26 lines (19 loc) · 1.36 KB

LoyaltyLedgerEntry

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

Properties

Name Type Description Notes
created OffsetDateTime
programID Integer
customerProfileID String [optional]
cardID Integer [optional]
customerSessionID String [optional]
eventID Integer [optional]
type String The type of the ledger transaction. Possible values are: - `addition` - `subtraction` - `expire` - `expiring` (for expiring points ledgers)
amount BigDecimal
startDate OffsetDateTime [optional]
expiryDate OffsetDateTime [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 Integer This is the ID of the user who created this entry, if the addition or subtraction was done manually. [optional]
archived Boolean Indicates if the entry belongs to the archived session. [optional]