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 CreditCard

Class CreditCard

MaxMind\MinFraud\Model\AbstractModel
Extended by MaxMind\MinFraud\Model\CreditCard
Namespace: MaxMind\MinFraud\Model
Package: MaxMind\MinFraud\Model
Located at MinFraud/Model/CreditCard.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 $country

This property contains an ISO 3166-1 alpha-2 country code representing the country that the card was issued in.

public boolean $isIssuedInBillingAddressCountry

This property is true if the country of the billing address matches the country that the credit card was issued in.

public boolean $isPrepaid

This property is true if the card is a prepaid card.

public MaxMind\MinFraud\Model\Issuer $issuer

An object containing information about the credit card issuer.

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