| Name | Type | Description | Notes |
|---|---|---|---|
| autoNote | String | Note automatically appended to the order's merchant note when these rules fire. | [optional] |
| establishAddressFilter | Boolean | Establish an 'address street and zip avs' rule from the order's ship-to street and zip. | [optional] |
| establishCardFilter | Boolean | Establish a 'credit card matches' rule by duplicating the order's stored card vault token. Skipped if the order has no stored card. | [optional] |
| establishEmailFilter | Boolean | Establish an 'address email' rule from the order's email address. | [optional] |
| establishIpFilter | Boolean | Establish an 'ip matches' subnet rule from the order's customer IP address (last octet masked to a subnet). | [optional] |
| failureAction | FailureActionEnum | Action to take when these rules fire. Defaults to 'Flag For Review' when omitted. | [optional] |
| orderId | String | The order id to establish the fraud rule(s) from. | [optional] |
| Name | Value |
|---|---|
| FLAG_FOR_REVIEW | "Flag For Review" |
| PROCESS_PAYMENT_AND_MODIFY | "Process Payment and Modify" |
| PROCESS_PAYMENT_AND_REVIEW | "Process Payment and Review" |
| DECLINE_TRANSACTION | "Decline Transaction" |
| EXEMPT | "Exempt" |