IssuerMatchesProvidedName Property |
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.
Namespace:
MaxMind.MinFraud.Response
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic Nullable<bool> MatchesProvidedName { get; }
Public ReadOnly Property MatchesProvidedName As Nullable(Of Boolean)
Get
public:
property Nullable<bool> MatchesProvidedName {
Nullable<bool> get ();
}
member MatchesProvidedName : Nullable<bool> with get
Property Value
Type:
NullableBoolean
See Also