Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.28 KB

File metadata and controls

22 lines (18 loc) · 1.28 KB

MainRule

Properties

Name Type Description Notes
condition object Selected rule condition [optional]
created_at str Timestamp when the rule was created [optional]
description str Description of the rule [optional]
event object Selected event in the rule [optional]
is_internal bool Metric to identify if its an internal rule or not [optional]
loyalty_program_id str Loyalty Program id of which current rule is associated [optional]
loyalty_version_id int Loyalty Version id to which current rule is associated [optional]
meta object Additional data to define the rule [optional]
name str Rule name [optional]
results list[MainRuleResultResponse] Results fo the rule definition [optional]
rule_id str Unique identifier for the rule [optional]
rule_type str Type of the rule [optional]
updated_at str Timestamp when the rule was updated [optional]

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