| Name | Type | Description | Notes |
|---|---|---|---|
| expiry_date | date | The expiration date of loyalty points. | |
| loyalty_program_id | int | The ID of the loyalty program. | |
| amount_of_expiring_points | float | The amount of loyalty points that will be expired soon. | |
| subledger_id | str | The ID of the subledger within the loyalty program where these points were added. | |
| card_identifier | str | The alphanumeric identifier of the loyalty card. | |
| users_per_card_limit | int | The maximum number of customer profiles with which a card can be shared. This can be set to `0` for no limit. | |
| profiles | list[str] | The integration IDs of the customer profiles linked to the card. |