public final class ShippingAddress extends AbstractAddress
Constructor and Description |
---|
ShippingAddress() |
ShippingAddress(Integer distanceToBillingAddress,
Integer distanceToIpLocation,
Boolean isHighRisk,
Boolean isInIpCountry,
Boolean isPostalInCity,
Double latitude,
Double longitude) |
Modifier and Type | Method and Description |
---|---|
Integer |
getDistanceToBillingAddress() |
Boolean |
isHighRisk() |
getDistanceToIpLocation, getLatitude, getLongitude, isInIpCountry, isPostalInCity
toJson, toString
public ShippingAddress(Integer distanceToBillingAddress, Integer distanceToIpLocation, Boolean isHighRisk, Boolean isInIpCountry, Boolean isPostalInCity, Double latitude, Double longitude)
public ShippingAddress()
public Boolean isHighRisk()
public Integer getDistanceToBillingAddress()
Copyright © 2019 MaxMind, Inc.. All rights reserved.