Class BillingAddress


public final class BillingAddress extends AbstractAddress
This class contains minFraud response data related to the billing address.
  • Constructor Details

    • BillingAddress

      public BillingAddress(Integer distanceToIpLocation, Boolean isInIpCountry, Boolean isPostalInCity, Double latitude, Double longitude)
      Constructor for BillingAddress.
      Parameters:
      distanceToIpLocation - The distance in kilometers from the billing address to the IP location.
      isInIpCountry - This is true if the billing address is in the IP country.
      isPostalInCity - This is true if the billing postal code is in the city for the IP location.
      latitude - The latitude associated with the IP address.
      longitude - The longitude associated with the IP address.
    • BillingAddress

      public BillingAddress()
      Constructor for BillingAddress.