|
3 | 3 | ## Properties
|
4 | 4 | Name | Type | Description | Notes
|
5 | 5 | ------------ | ------------- | ------------- | -------------
|
6 |
| -**velocity** | **Array<String>** | List of information codes triggered by the order. These information codes were generated when you created the order and product velocity rules and are returned so that you can associate them with the rules. Returned by Decision Manager service. | [optional] |
7 |
| -**address** | **Array<String>** | Indicates a mismatch between the customer’s billing and shipping addresses. Returned by scoring service. | [optional] |
8 |
| -**customer_list** | **Array<String>** | Indicates that customer information is associated with transactions that are either on the negative or the positive list. Returned by scoring service. | [optional] |
9 |
| -**identity_change** | **Array<String>** | Indicates excessive identity changes. The threshold is variable depending on the identity elements being compared. This field can contain one or more information codes, separated by carets (^). Returned by scoring service. | [optional] |
10 |
| -**internet** | **Array<String>** | Indicates a problem with the customer’s email address, IP address, or billing address. Returned by scoring service. | [optional] |
11 |
| -**phone** | **Array<String>** | Indicates a problem with the customer’s phone number. Returned by scoring service. | [optional] |
12 |
| -**suspicious** | **Array<String>** | Indicates that the customer provided potentially suspicious information. Returned by scoring service. | [optional] |
13 |
| -**global_velocity** | **Array<String>** | Indicates that the customer has a high purchase frequency. Returned by scoring service. | [optional] |
| 6 | +**velocity** | **Array<String>** | List of information codes triggered by the order. These information codes were generated when you created the order and product velocity rules and are returned so that you can associate them with the rules. | [optional] |
| 7 | +**address** | **Array<String>** | Indicates a mismatch between the customer’s billing and shipping addresses. | [optional] |
| 8 | +**customer_list** | **Array<String>** | Indicates that customer information is associated with transactions that are either on the negative or the positive list. | [optional] |
| 9 | +**device_behavior** | **Array<String>** | Indicates the device behavior information code(s) returned from device fingerprinting. | [optional] |
| 10 | +**identity_change** | **Array<String>** | Indicates excessive identity changes. The threshold is variable depending on the identity elements being compared. | [optional] |
| 11 | +**internet** | **Array<String>** | Indicates a problem with the customer’s email address, IP address, or billing address. | [optional] |
| 12 | +**phone** | **Array<String>** | Indicates a problem with the customer’s phone number. | [optional] |
| 13 | +**suspicious** | **Array<String>** | Indicates that the customer provided potentially suspicious information. | [optional] |
| 14 | +**global_velocity** | **Array<String>** | Indicates that the customer has a high purchase frequency. | [optional] |
14 | 15 |
|
15 | 16 |
|
0 commit comments