Customer-specific information about loyalty points.
Name | Type | Description | Notes |
---|---|---|---|
id | int | The internal ID of loyalty program. | |
title | str | Visible name of loyalty program. | |
name | str | Internal name of loyalty program. | |
join_date | 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 | ||
sub_ledgers | dict(str, LedgerInfo) | A map containing information about each loyalty subledger. | [optional] |