Class IpAddress
Model containing GeoIP2 data and the risk for the IP address.
- GeoIp2\Model\AbstractModel implements GeoIp2\Compat\JsonSerializable
-
GeoIp2\Model\Country
-
GeoIp2\Model\City
-
GeoIp2\Model\Insights
-
MaxMind\MinFraud\Model\IpAddress
Methods summary
Methods inherited from GeoIp2\Model\AbstractModel
__construct(),
__get(),
__isset(),
get(),
jsonSerialize()
Properties summary
Properties inherited from GeoIp2\Model\Country
$continent,
$country,
$locales,
$maxmind,
$registeredCountry,
$representedCountry,
$traits
Properties inherited from GeoIp2\Model\AbstractModel
$raw
Magic properties
public read-only
float
|
$risk
This field contains the risk associated with the IP address. The value ranges from 0.01 to 99. A higher score indicates a higher risk. |
Magic properties inherited from GeoIp2\Model\Insights
$city,
$continent,
$country,
$location,
$maxmind,
$mostSpecificSubdivision,
$registeredCountry,
$representedCountry,
$subdivisions,
$traits