Name | Type | Description | Notes |
---|---|---|---|
created | \DateTime | Date and time the loyalty transaction occurred. | |
programId | int | ID of the loyalty program. | |
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 expire on the given date. | |
subledgerId | string | ID of the subledger. | |
amount | float | Amount of loyalty points added or deducted in the transaction. | |
id | int | ID of the loyalty ledger transaction. | |
rulesetId | int | The ID of the ruleset containing the rule that triggered this effect. | [optional] |
ruleName | string | The name of the rule that triggered this effect. | [optional] |