Click or drag to resize

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
Syntax
public Nullable<bool> MatchesProvidedName { get; }

Property Value

Type: NullableBoolean
See Also