Click or drag to resize

ShippingAddressIsHighRisk Property

This property is true if the shipping address is in the IP country. The property is false when the address is not in the IP country. If the shipping address could not be parsed or was not provided or the IP address could not be geolocated, then the property is null.

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

Property Value

Type: NullableBoolean
See Also