| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | ID of the loyalty ledger transaction. | |
| transactionUUID | string | Unique identifier of the transaction in the UUID format. | |
| programId | int | ID of the loyalty program. | |
| campaignId | int | ID of the campaign. | [optional] |
| created | \DateTime | Date and time the loyalty transaction occurred. | |
| type | string | Type of transaction. Possible values: - `addition`: Signifies added points. - `subtraction`: Signifies deducted points. | |
| amount | float | Amount of loyalty points added or deducted in the transaction. | |
| name | string | Name or reason for the loyalty ledger transaction. | |
| startDate | string | When points become active. Possible values: - `immediate`: Points are immediately active. - `on_action`: Points become active based on the customer's action. - a timestamp value: Points become active at a given date and time. | |
| expiryDate | string | When points expire. Possible values: - `unlimited`: Points have no expiration date. - a timestamp value: Points expire at a given date and time. | |
| customerProfileId | string | Customer profile integration ID used in the loyalty program. | [optional] |
| cardIdentifier | string | The identifier of the loyalty card, which must match the regular expression `^[A-Za-z0-9._%+@-]+$`. | [optional] |
| subledgerId | string | ID of the subledger. | |
| customerSessionId | string | ID of the customer session where the transaction occurred. | [optional] |
| importId | int | ID of the import where the transaction occurred. | [optional] |
| userId | int | ID of the user who manually added or deducted points. Applies only to manual transactions. | [optional] |
| userEmail | string | The email of the Campaign Manager account that manually added or deducted points. Applies only to manual transactions. | [optional] |
| rulesetId | int | ID of the ruleset containing the rule that triggered the effect. Applies only for transactions that resulted from a customer session. | [optional] |
| ruleName | string | Name of the rule that triggered the effect. Applies only for transactions that resulted from a customer session. | [optional] |
| flags | \TalonOne\Client\Model\LoyaltyLedgerEntryFlags | [optional] | |
| 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] |