Class Address

java.lang.Object
co.datadome.fraud.model.Address

public final class Address extends Object
  • Method Details

    • getName

      public String getName()
    • getLine1

      public String getLine1()
    • getLine2

      public String getLine2()
    • getCity

      public String getCity()
    • getCountryCode

      public String getCountryCode()
    • getCountry

      public String getCountry()
    • getRegionCode

      public String getRegionCode()
    • getZipCode

      public String getZipCode()
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object