Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.07 KB

ChangeLoyaltyTierLevelEffectProps.md

File metadata and controls

15 lines (12 loc) · 1.07 KB

TalonOne.Model.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
RuleTitle string The title of the rule that triggered the tier upgrade.
ProgramId int The ID of the loyalty program where these points were added.
SubLedgerId string The ID of the subledger within the loyalty program where these points were added.
PreviousTierName string The name of the tier from which the user was upgraded. [optional]
NewTierName string The name of the tier to which the user has been upgraded.
ExpiryDate DateTime The expiration date of the new tier. [optional]

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