| Name | Type | Description | Notes |
|---|---|---|---|
| expiryDate | LocalDate | The expiration date of loyalty points. | |
| loyaltyProgramID | Long | The ID of the loyalty program. | |
| amountOfExpiringPoints | BigDecimal | The amount of loyalty points that will be expired soon. | |
| subledgerID | String | The ID of the subledger within the loyalty program where these points were added. | |
| cardIdentifier | String | The alphanumeric identifier of the loyalty card. | |
| usersPerCardLimit | Long | The maximum number of customer profiles with which a card can be shared. This can be set to `0` for no limit. | |
| profiles | List<String> | The integration IDs of the customer profiles linked to the card. |