Click or drag to resize

Issuer Class

Model for the credit card issuer data from minFraud.
Inheritance Hierarchy
SystemObject
  MaxMind.MinFraud.ResponseIssuer

Namespace:  MaxMind.MinFraud.Response
Assembly:  MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntax
public sealed class Issuer

The Issuer type exposes the following members.

Constructors
  NameDescription
Public methodIssuer
Initializes a new instance of the Issuer class
Top
Properties
  NameDescription
Public propertyMatchesProvidedName
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.
Public propertyMatchesProvidedPhoneNumber
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.
Public propertyName
The name of the bank which issued the credit card.
Public propertyPhoneNumber
The phone number of the bank which issued the credit card. In some cases the phone number we return may be out of date.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
See Also