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