Class CreditCard
Class CreditCard
- MaxMind\MinFraud\Model\AbstractModel
-
MaxMind\MinFraud\Model\CreditCard
Namespace: MaxMind\MinFraud\Model
Package: MaxMind\MinFraud\Model
Located at MinFraud/Model/CreditCard.php
Package: MaxMind\MinFraud\Model
Located at MinFraud/Model/CreditCard.php
public
|
__get(),
safeArrayLookup()
|
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
|
$issuer
An object containing information about the credit card issuer. |