SubscoresPhoneNumber Property |
The risk associated with the particular phone number. If present,
this is a value in the range 0.01 to 99.
Namespace:
MaxMind.MinFraud.Response
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic Nullable<double> PhoneNumber { get; }
Public ReadOnly Property PhoneNumber As Nullable(Of Double)
Get
public:
property Nullable<double> PhoneNumber {
Nullable<double> get ();
}
member PhoneNumber : Nullable<float> with get
Property Value
Type:
NullableDouble
See Also