Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.36 KB

DeductLoyaltyPointsEffectProps.md

File metadata and controls

17 lines (13 loc) · 1.36 KB

DeductLoyaltyPointsEffectProps

The properties specific to the "deductLoyaltyPoints" effect. This gets triggered whenever a validated rule contained a condition to only trigger when the given number of loyalty points could be deduced. These points are automatically stored and managed inside Talon.One.

Properties

Name Type Description Notes
rule_title str The title of the rule that contained triggered this points deduction.
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.
value float The amount of points that were deducted.
transaction_uuid str The identifier of this deduction in the loyalty ledger.
name str The name property gets one of the following two values. It can be the loyalty program name or it can represent a reason for the respective deduction of loyalty points. The latter is an optional value defined in a deduction rule.
card_identifier str The alphanumeric identifier of the loyalty card. [optional]

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