Name | Type | Description | Notes |
---|---|---|---|
name | string | The name assigned to the Rule check. | |
type | string | Type of Rule that will be evaluated by the decision engine. | [default to 'Plaid Auth'] |
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. | |
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. |