Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.06 KB

ChangeLoyaltyTierLevelEffectProps.md

File metadata and controls

16 lines (12 loc) · 1.06 KB

ChangeLoyaltyTierLevelEffectProps

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.

Properties

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]

[Back to Model list] [Back to API list] [Back to README]