Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 829 Bytes

File metadata and controls

19 lines (11 loc) · 829 Bytes

LoyaltyProgramLedgers

Customer-specific information about loyalty points.

Properties

Name Type Description Notes
id Long The internal ID of loyalty program.
title String Visible name of loyalty program.
name String Internal name of loyalty program.
joinDate OffsetDateTime 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 Information about the main ledger in the loyalty program.
subLedgers Map<String, LedgerInfo> A map containing information about each loyalty subledger. [optional]