The properties specific to the "changeLoyaltyTierLevel" effect. This is triggered whenever the user's loyalty tier is upgraded due to a validated rule that contained an "addLoyaltyPoints" effect.
| Name | Type | Description | Notes |
|---|---|---|---|
| rule_title | str | The title of the rule that triggered the tier upgrade. | |
| program_id | int | The ID of the loyalty program where these points were added. | |
| sub_ledger_id | str | The ID of the subledger within the loyalty program where these points were added. | |
| previous_tier_name | str | The name of the tier from which the user was upgraded. | [optional] |
| new_tier_name | str | The name of the tier to which the user has been upgraded. | |
| expiry_date | datetime | The expiration date of the new tier. | [optional] |