Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 920 Bytes

LoyaltyProgramLedgers.md

File metadata and controls

15 lines (12 loc) · 920 Bytes

TalonOne.Model.LoyaltyProgramLedgers

Customer-specific information about loyalty points.

Properties

Name Type Description Notes
Id int The internal ID of loyalty program.
Title string Visible name of loyalty program.
Name string Internal name of loyalty program.
JoinDate DateTime The date on which the customer joined the loyalty program in RFC3339. Note: This is in the loyalty program's time zone. [optional]
Ledger LedgerInfo
SubLedgers Dictionary<string, LedgerInfo> A map containing information about each loyalty subledger. [optional]

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