Class ShippingAddress
Model containing properties of the shipping address.
- MaxMind\MinFraud\Model\AbstractModel implements JsonSerializable
-
MaxMind\MinFraud\Model\Address
-
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
|
$distanceToBillingAddress
The distance in kilometers from the shipping address to billing address. |
public read-only
boolean|null
|
$isHighRisk
This property is true if the shipping address is in the IP country. The property is false when the address is not in the IP country. If the shipping address could not be parsed or was not provided or the IP address could not be geolocated, then the property is null. |
Magic properties inherited from MaxMind\MinFraud\Model\Address
$distanceToIpLocation
,
$isInIpCountry
,
$isPostalInCity
,
$latitude
,
$longitude