Mastercard · Schema
Ip
Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500
Properties
| Name | Type | Description |
|---|---|---|
| billingAddressDistance | integer | The distance (in miles) between the IP address and the physical address. |
| lastSeenDays | integer | Number of days that have passed since the IP address was last seen. |
| connectionType | string | Ip Connection type description. Possible values are: * cable-dsl * corporate * cellular * dialup |
| shippingAddressDistance | integer | The distance (in miles) between the IP address and the physical address. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Ip",
"type": "object",
"properties": {
"billingAddressDistance": {
"type": "integer",
"description": "The distance (in miles) between the IP address and the physical address."
},
"lastSeenDays": {
"type": "integer",
"description": "Number of days that have passed since the IP address was last seen."
},
"connectionType": {
"type": "string",
"description": "Ip Connection type description. Possible values are: * cable-dsl * corporate * cellular * dialup"
},
"shippingAddressDistance": {
"type": "integer",
"description": "The distance (in miles) between the IP address and the physical address."
}
}
}