Overview
Model Name: PageSupportingDataValue
A specific piece of data that justifies a claim of potentially fraudulent activity.
Properties
key
key
- Type
- String
- Required
- true
An identifier for the type of information described in the value
field. Will take one of the following values:
field_name
: An identifier for the field that may have been modified (e.g. the account number).original_value
: The value from the original document that may have been modified.tampered_value
: The value that may have been fraudulently applied.message
: Other human-readable information that provides additional context.
Possible Values
field_name
original_value
tampered_value
message
value
value
- Type
- String
- Required
- true
- Min. Length
- 0
The value that supports a claim of fraudulent activity. The meaning of this field differs depending on the value given in key
.
data_type
data_type
- Type
- String
- Required
- true
The logical type of the data that's described in value
. The value
attribute will always be represented in JSON as a string, regardless of the value given in this field.
Possible Values
str
int
boolean