java.lang.Object
com.maxmind.minfraud.AbstractModel
com.maxmind.minfraud.response.AbstractAddress
com.maxmind.minfraud.response.BillingAddress
This class contains minFraud response data related to the billing 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
-
BillingAddress
public BillingAddress(Integer distanceToIpLocation, Boolean isInIpCountry, Boolean isPostalInCity, Double latitude, Double longitude) Constructor forBillingAddress
.- Parameters:
distanceToIpLocation
- The distance in kilometers from the billing address to the IP location.isInIpCountry
- This is true if the billing address is in the IP country.isPostalInCity
- This is true if the billing postal code is in the city for the IP location.latitude
- The latitude associated with the IP address.longitude
- The longitude associated with the IP address.
-
BillingAddress
public BillingAddress()Constructor forBillingAddress
.
-