Overview

Namespaces

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

Classes

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

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(), __isset(), jsonSerialize(), safeArrayLookup()
Magic properties summary
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.4.0 API documentation generated by ApiGen