| validityLevel |
string |
The most granular level to which the address could be validated. Ex. If the address was only valid to the city level (but not to the house level), it would return valid_to_city.Possible Values are: * |
| firstSeenDays |
integer |
Number of days that have passed since the address was first seen. |
| lastSeenDays |
integer |
Number of days that have passed since the address was last seen. |
| matchToName |
string |
The match status between either of the input names (person or business) and the queried entity. Possible values are: * not-found * match * no-match |
| shippingAddressRelationship |
string |
The relationship between billing and shipping address. Possible values are: * `match` * `city_match` * `seen_together` * `seen_with_others` * `no_relationship` * `null` |