Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 914 Bytes

LoyaltyProgramLedgers.md

File metadata and controls

16 lines (11 loc) · 914 Bytes

# LoyaltyProgramLedgers

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 \TalonOne\Client\Model\LedgerInfo
subLedgers map[string,\TalonOne\Client\Model\LedgerInfo] A map containing information about each loyalty subledger. [optional]

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