Class ShippingAddress


  • public final class ShippingAddress
    extends AbstractAddress
    This class contains minFraud response data related to the shipping address.
    • Constructor Detail

      • ShippingAddress

        public ShippingAddress()
    • Method Detail

      • isHighRisk

        public Boolean isHighRisk()
        Returns:
        This returns true if the shipping address is an address associated with fraudulent transactions. It returns false when the address is not associated with increased risk. If the address could not be parsed or was not provided, null is returned.
      • getDistanceToBillingAddress

        public Integer getDistanceToBillingAddress()
        Returns:
        The distance in kilometers from the shipping address to billing address.