minFraud PHP API v1.0.0
  • Namespace
  • Class

Namespaces

  • GeoIp2
    • Database
    • Exception
    • Model
    • Record
    • Test
      • Database
      • Model
      • WebService
    • WebService
  • MaxMind
    • MinFraud
      • Model
  • PHP

Classes

  • Address
  • BillingAddress
  • CreditCard
  • Device
  • Email
  • Factors
  • GeoIp2Country
  • GeoIp2Location
  • Insights
  • IpAddress
  • Issuer
  • Score
  • ScoreIpAddress
  • ShippingAddress
  • Subscores
  • Warning

Class IpAddress

Model containing GeoIP2 data and the risk for the IP address.

GeoIp2\Model\AbstractModel implements GeoIp2\Compat\JsonSerializable
Extended by GeoIp2\Model\Country
Extended by GeoIp2\Model\City
Extended by GeoIp2\Model\Insights
Extended by MaxMind\MinFraud\Model\IpAddress
Namespace: MaxMind\MinFraud\Model
Located at MinFraud/Model/IpAddress.php

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

Magic properties inherited from GeoIp2\Model\City

$postal

minFraud PHP API v1.0.0 API documentation generated by ApiGen