Class Issuer
Model containing information about the card issuer.
- MaxMind\MinFraud\Model\AbstractModel implements JsonSerializable
-
MaxMind\MinFraud\Model\Issuer
Methods summary
public
|
Methods inherited from MaxMind\MinFraud\Model\AbstractModel
__get()
,
__isset()
,
jsonSerialize()
,
safeArrayLookup()
Properties summary
Magic properties
public read-only
string|null
|
$name
The name of the bank which issued the credit card. |
public read-only
boolean|null
|
$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 read-only
string|null
|
$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 read-only
boolean|null
|
$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. |