Loyalty profile points with start and expiry dates.
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | long | ID of the transaction that adds loyalty points. | |
| TransactionUUID | string | Unique identifier of the transaction in the UUID format. | |
| Created | DateTime | Date and time the loyalty points were added. | |
| ProgramId | long | ID of the loyalty program. | |
| CustomerSessionId | string | ID of the customer session where points were added. | [optional] |
| Name | string | Name or reason of the transaction that adds loyalty points. | |
| StartDate | string | When points become active. Possible values: - `immediate`: Points are active immediately. - `timestamp value`: Points become active at a given date and time. | |
| ExpiryDate | string | Date when points expire. Possible values are: - `unlimited`: Points have no expiration date. - `timestamp value`: Points expire on the given date and time. | |
| SubledgerId | string | ID of the subledger. | |
| Amount | decimal | Amount of loyalty points added in the transaction. | |
| ValidityDuration | string | The duration for which the points remain active, relative to the activation date. Note: This only applies to points for which `awaitsActivation` is `true` and `expiryDate` is not set. | [optional] |