Class Address
Abstract model for a postal address.
- MaxMind\MinFraud\Model\AbstractModel implements JsonSerializable
-
MaxMind\MinFraud\Model\Address
Direct known subclasses
MaxMind\MinFraud\Model\BillingAddress
,
MaxMind\MinFraud\Model\ShippingAddress
Methods summary
public
|
Methods inherited from MaxMind\MinFraud\Model\AbstractModel
__get()
,
__isset()
,
jsonSerialize()
,
safeArrayLookup()
Properties summary
Magic properties
public read-only
integer|null
|
$distanceToIpLocation
The distance in kilometers from the address to the IP location. |
public read-only
boolean|null
|
$isInIpCountry
This property is true if the address is in the IP country. The property is false when the address is not in the IP country. If the address could not be parsed or was not provided or if the IP address could not be geolocated, the property will be null. |
public read-only
boolean|null
|
$isPostalInCity
This property is true if the postal code provided with the address is in the city for the address. The property is false when the postal code is not in the city. If the address was not provided, could not be parsed, or is outside USA, the property will be null. |
public read-only
float|null
|
$latitude
The latitude associated with the address. |
public read-only
float|null
|
$longitude
The longitude associated with the address. |