Issuer
    
            
            in package
            
        
    
            
            implements
                            JsonSerializable                    
    
    
Model containing information about the card issuer.
Table of Contents
Interfaces
- JsonSerializable
 
Properties
- $matchesProvidedName : bool|null
 - $matchesProvidedPhoneNumber : bool|null
 - $name : string|null
 - $phoneNumber : string|null
 
Methods
- __construct() : mixed
 - jsonSerialize() : array<string|int, mixed>
 
Properties
$matchesProvidedName read-only
    public
        bool|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.
$matchesProvidedPhoneNumber read-only
    public
        bool|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.
$name read-only
    public
        string|null
    $name
    
    
        the name of the bank which issued the credit card
$phoneNumber read-only
    public
        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.
Methods
__construct()
    public
                    __construct(array<string|int, mixed>|null $response) : mixed
    Parameters
- $response : array<string|int, mixed>|null
 
jsonSerialize()
    public
                    jsonSerialize() : array<string|int, mixed>