Overview

Namespaces

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

Classes

  • Address
  • BillingAddress
  • CreditCard
  • GeoIp2Country
  • GeoIp2Location
  • Insights
  • IpAddress
  • Issuer
  • Score
  • ShippingAddress
  • Warning
  • Overview
  • Namespace
  • Class
  • Tree

Class Insights

Class Insights

MaxMind\MinFraud\Model\AbstractModel
Extended by MaxMind\MinFraud\Model\Score
Extended by MaxMind\MinFraud\Model\Insights
Namespace: MaxMind\MinFraud\Model
Package: MaxMind\MinFraud\Model
Located at MinFraud/Model/Insights.php
Methods summary
public
# __construct( array $response, array $locales = array('en') )

Parameters

$response
<p>The array corresponding to the object in the minFraud Insights response.</p>
$locales
<p>List of locale codes to use in name property from most preferred to least preferred.</p>

Overrides

MaxMind\MinFraud\Model\Score::__construct()
Methods inherited from MaxMind\MinFraud\Model\AbstractModel
__get(), safeArrayLookup()
Magic properties summary
public MaxMind\MinFraud\Model\CreditCard $creditCard

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

public MaxMind\MinFraud\Model\IpAddress $ipAddress

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

public MaxMind\MinFraud\Model\BillingAddress $billingAddress

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

public 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
$creditsRemaining, $id, $riskScore, $warnings
minFraud Score and Insights PHP API v0.1.0 API documentation generated by ApiGen