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 Insights

Model of the Insights score response.

MaxMind\MinFraud\Model\AbstractModel implements JsonSerializable
Extended by MaxMind\MinFraud\Model\Score
Extended by MaxMind\MinFraud\Model\Insights

Direct known subclasses

MaxMind\MinFraud\Model\Factors

Namespace: MaxMind\MinFraud\Model
Located at MinFraud/Model/Insights.php

Methods summary

public
# __construct( array $response, array $locales = ['en'] )

Parameters

$response

The array corresponding to the object in the minFraud Insights response.

$locales

List of locale codes to use in name property from most preferred to least preferred.

Overrides

MaxMind\MinFraud\Model\Score::__construct

Methods inherited from MaxMind\MinFraud\Model\AbstractModel

__get(), jsonSerialize(), safeArrayLookup()

Properties summary

Magic properties

public read-only MaxMind\MinFraud\Model\BillingAddress $billingAddress

An object containing minFraud data related to the billing address used in the transaction.

public read-only MaxMind\MinFraud\Model\CreditCard $creditCard

An object containing minFraud data about the credit card used in the transaction.

public read-only MaxMind\MinFraud\Model\Device $device

This object contains information about the device that MaxMind believes is associated with the IP address passed in the request.

public read-only MaxMind\MinFraud\Model\Email $email

This object contains information about the email address passed in the request.

public read-only MaxMind\MinFraud\Model\IpAddress $ipAddress

An object containing GeoIP2 and minFraud Insights information about the geolocated IP address.

public read-only MaxMind\MinFraud\Model\ShippingAddress $shippingAddress

An object containing minFraud data related to the shipping address used in the transaction.

Magic properties inherited from MaxMind\MinFraud\Model\Score

$fundsRemaining, $id, $queriesRemaining, $rawResponse, $riskScore, $warnings

minFraud PHP API v1.0.0 API documentation generated by ApiGen