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 Disposition

Model with the disposition set by custom rules.

In order to receive a disposition, you must be use the minFraud custom rules.

MaxMind\MinFraud\Model\AbstractModel implements JsonSerializable
Extended by MaxMind\MinFraud\Model\Disposition
Namespace: MaxMind\MinFraud\Model
Located at MinFraud/Model/Disposition.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\AbstractModel::__construct()
Methods inherited from MaxMind\MinFraud\Model\AbstractModel
__get(), __isset(), jsonSerialize(), safeArrayLookup()
Magic properties summary
public read-only string|null $action

The action to take on the transaction as defined by your custom rules. The current set of values are "accept", "manual_review", and "reject". If you do not have custom rules set up, null will be returned.

public read-only string|null $reason

The reason for the action. The current possible values are "custom_rule", "block_list", and "default". If you do not have custom rules set up, null will be returned.

minFraud PHP API v1.4.0 API documentation generated by ApiGen