| Name | Type | Description | Notes |
|---|---|---|---|
| Points | int? | Customer's loyalty points minus expired for all loyalty cards which the customer has. | [optional] |
| ReferredCustomers | int? | Total number of customers referred by the customer. | [optional] |
| Campaigns | Dictionary<string, CustomerLoyaltyCampaignsEntryValue> | Contains campaigns with details about point balances and how many customers were referred by the customer. | [optional] |