Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.46 KB

RuleClause.md

File metadata and controls

15 lines (10 loc) · 1.46 KB

RuleClause

Properties

Name Type Description Notes
field str Field for which the clause is created.<br><br><br><b>Valid Values</b>:amount,description<b>Applicable containers</b>: creditCard, investment, insurance, loan<br> [optional] [readonly]
user_defined_rule_id int Unique identifier generated for every rule the user creates.<br><br><b>Applicable containers</b>: creditCard, investment, insurance, loan<br> [optional] [readonly]
field_value str The value would be the amount value in case of amount based rule clause or the string value in case of description based rule clause.<br><br><b>Applicable containers</b>: creditCard, investment, insurance, loan<br> [optional] [readonly]
operation str Operation for which the clause is created.<br><br><b>Applicable containers</b>: creditCard, investment, insurance, loan<br> [optional] [readonly]
rule_clause_id int Unique identifier generated for the rule clause.<br><br><b>Applicable containers</b>: creditCard, investment, insurance, loan<br> [optional] [readonly]

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