Log entry for a given loyalty card transaction.
| Name | Type | Description | Notes |
|---|---|---|---|
| TransactionUUID | string | Unique identifier of the transaction in the UUID format. | |
| Created | DateTime | Date and time the loyalty card transaction occurred. | |
| ProgramId | long | ID of the loyalty program. | |
| CardIdentifier | string | The identifier of the loyalty card, which must match the regular expression `^[A-Za-z0-9._%+@-]+$`. | |
| ApplicationId | long | The ID of the Application that owns this entity. | [optional] |
| SessionId | long | The internal ID of the session. | [optional] |
| CustomerSessionId | string | ID of the customer session where the transaction occurred. | [optional] |
| Type | string | Type of transaction. Possible values: - `addition`: Signifies added points. - `subtraction`: Signifies deducted points. | |
| Name | string | Name or reason of the loyalty ledger transaction. | |
| StartDate | string | When points become active. Possible values: - `immediate`: Points are immediately active. - a 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 become active from the given date. | |
| SubledgerId | string | ID of the subledger. | |
| Amount | decimal | Amount of loyalty points added or deducted in the transaction. | |
| Id | long | ID of the loyalty ledger entry. |