Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.39 KB

LoyaltyLedgerEntry.md

File metadata and controls

24 lines (20 loc) · 1.39 KB

LoyaltyLedgerEntry

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

Properties

Name Type Description Notes
created datetime
program_id int
customer_profile_id str [optional]
card_id int [optional]
customer_session_id str [optional]
event_id int [optional]
type str The type of the ledger transaction. Possible values are: - `addition` - `subtraction` - `expire` - `expiring` (for expiring points ledgers)
amount float
start_date datetime [optional]
expiry_date datetime [optional]
name str A name referencing the condition or effect that added this entry, or the specific name provided in an API call.
sub_ledger_id str This specifies if we are adding loyalty points to the main ledger or a subledger.
user_id 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]