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 Issuer

Class Issuer

MaxMind\MinFraud\Model\AbstractModel
Extended by MaxMind\MinFraud\Model\Issuer
Namespace: MaxMind\MinFraud\Model
Package: MaxMind\MinFraud\Model
Located at MinFraud/Model/Issuer.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\AbstractModel::__construct()
Methods inherited from MaxMind\MinFraud\Model\AbstractModel
__get(), safeArrayLookup()
Magic properties summary
public string $name

The name of the bank which issued the credit card.

public boolean $matchesProvidedName

This property is true if the name matches the name provided in the request for the card issuer. It is false if the name does not match. The property is null if either no name or issuer ID number (IIN) was provided in the request or if MaxMind does not have a name associated with the IIN.

public string $phoneNumber

The phone number of the bank which issued the credit card. In some cases the phone number we return may be out of date.

public boolean $matchesProvidedPhoneNumber

This property is true if the phone number matches the number provided in the request for the card issuer. It is false if the number does not match. It is null if either no phone number was provided or issuer ID number (IIN) was provided in the request or if MaxMind does not have a phone number associated with the IIN.

minFraud Score and Insights PHP API v0.1.0 API documentation generated by ApiGen