Package com.maxmind.minfraud.response
Class BillingAddress
- java.lang.Object
 - 
- com.maxmind.minfraud.AbstractModel
 - 
- com.maxmind.minfraud.response.AbstractAddress
 - 
- com.maxmind.minfraud.response.BillingAddress
 
 
 
 
- 
public final class BillingAddress extends AbstractAddress
This class contains minFraud response data related to the billing address. 
- 
- 
Constructor Summary
Constructors Constructor Description BillingAddress()BillingAddress(Integer distanceToIpLocation, Boolean isInIpCountry, Boolean isPostalInCity, Double latitude, Double longitude) 
- 
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 
 - 
 
 -