Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.09 KB

TruliooKYCRule.md

File metadata and controls

13 lines (10 loc) · 1.09 KB

# TruliooKYCRule

Properties

Name Type Description Notes
name string The name assigned to the Rule check. [optional]
type string Type of Rule that will be evaluated by the decision engine. [optional] [default to 'Trulioo KYC']
options object This Rule has no options so it can be defined as an empty object. [optional]
on_pass string Indicates the decision engine's action if the Rule matches its criteria.\ The possible values are accept, reject, review, or the name of another Rule which should be executed for further evaluation in this ruleset. [optional]
on_fail string Indicates what action the decision engine will take if the Rule does not match its criteria.\ The possible values are accept, reject, review, or the name of another Rule which should be executed for further evaluation in this ruleset. [optional]

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