Class UserLocation

java.lang.Object
com.jumio.sdk.account_v1.model.UserLocation

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-05-09T15:46:40.630039600+02:00[Europe/Vienna]") public class UserLocation extends Object
the end user's location including country and state where applicable
  • Field Details

  • Constructor Details

    • UserLocation

      public UserLocation()
  • Method Details

    • country

      public UserLocation country(String country)
    • getCountry

      @Nullable public String getCountry()
      the end user's country in ISO-3166-alpha-3 format
      Returns:
      country
    • setCountry

      public void setCountry(String country)
    • state

      public UserLocation state(String state)
    • getState

      @Nullable public String getState()
      The end user's state. State is mandatory when country is USA. For USA states, the format is alpha-2 code, for example: 'IL', 'CA'. For all other countries state is optional.
      Returns:
      state
    • setState

      public void setState(String state)
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object