Issuer Class |
Namespace: MaxMind.MinFraud.Response
The Issuer type exposes the following members.
Name | Description | |
---|---|---|
![]() | 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 no issuer ID number (IIN) was provided in the
request or if MaxMind does not have a name associated with the IIN.
|
![]() | 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 or no issuer ID
number(IIN) was provided in the request or if MaxMind does not
have a phone number associated with the IIN.
|
![]() | Name |
The name of the bank which issued the credit card.
|
![]() | 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.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString |
Returns a string that represents the current object.
(Overrides ObjectToString.) |