Class Address
Class Address
- MaxMind\MinFraud\Model\AbstractModel
-
MaxMind\MinFraud\Model\Address
Direct known subclasses
MaxMind\MinFraud\Model\BillingAddress, MaxMind\MinFraud\Model\ShippingAddress
Abstract
Namespace: MaxMind\MinFraud\Model
Package: MaxMind\MinFraud\Model
Located at MinFraud/Model/Address.php
Namespace: MaxMind\MinFraud\Model
Package: MaxMind\MinFraud\Model
Located at MinFraud/Model/Address.php
public
|
__get(),
safeArrayLookup()
|
public
integer
|
$distanceToIpLocation
The distance in kilometers from the address to the IP location. |
public
boolean
|
$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
boolean
|
$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 could not be parsed or was not provided, the property will be null. |
public
float
|
$latitude
The latitude associated with the address. |
public
float
|
$longitude
The longitude associated with the address. |