Package com.maxmind.minfraud.response
Class ShippingAddress
java.lang.Object
com.maxmind.minfraud.AbstractModel
com.maxmind.minfraud.response.AbstractAddress
com.maxmind.minfraud.response.ShippingAddress
This class contains minFraud response data related to the shipping address.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.maxmind.minfraud.response.AbstractAddress
getDistanceToIpLocation, getLatitude, getLongitude, isInIpCountry, isPostalInCity
Methods inherited from class com.maxmind.minfraud.AbstractModel
toJson, toString
-
Constructor Details
-
ShippingAddress
-
ShippingAddress
public ShippingAddress()
-
-
Method Details
-
isHighRisk
- Returns:
- This returns true if the shipping address is an address associated with fraudulent transactions. It returns false when the address is not associated with increased risk. If the address could not be parsed or was not provided, null is returned.
-
getDistanceToBillingAddress
- Returns:
- The distance in kilometers from the shipping address to billing address.
-