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
Syntaxpublic Nullable<bool> MatchesProvidedPhoneNumber { get; }
Public ReadOnly Property MatchesProvidedPhoneNumber As Nullable(Of Boolean)
Get
public:
property Nullable<bool> MatchesProvidedPhoneNumber {
Nullable<bool> get ();
}
member MatchesProvidedPhoneNumber : Nullable<bool> with get
Property Value
Type:
NullableBoolean
See Also