SubscoresBillingAddressDistanceToIPLocation Property |
The risk associated with the distance between the billing address
and the location for the given IP address. 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> BillingAddressDistanceToIPLocation { get; }
Public ReadOnly Property BillingAddressDistanceToIPLocation As Nullable(Of Double)
Get
public:
property Nullable<double> BillingAddressDistanceToIPLocation {
Nullable<double> get ();
}
member BillingAddressDistanceToIPLocation : Nullable<float> with get
Property Value
Type:
NullableDouble
See Also