Click or drag to resize

IssuerMatchesProvidedPhoneNumber Property

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.

Namespace:  MaxMind.MinFraud.Response
Assembly:  MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntax
public Nullable<bool> MatchesProvidedPhoneNumber { get; }

Property Value

Type: NullableBoolean
See Also