Class KycDetails

java.lang.Object
com.jumio.sdk.api_v1.model.KycDetails

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-05-09T15:46:41.184215600+02:00[Europe/Vienna]") public class KycDetails extends Object
KycDetails
  • Field Details

  • Constructor Details

    • KycDetails

      public KycDetails()
  • Method Details

    • registrationDate

      public KycDetails registrationDate(LocalDate registrationDate)
    • getRegistrationDate

      @Nullable public LocalDate getRegistrationDate()
      registration date of customer for KYC purposes in ISO 8601 Date format only
      Returns:
      registrationDate
    • setRegistrationDate

      public void setRegistrationDate(LocalDate registrationDate)
    • registrationIpAddress

      public KycDetails registrationIpAddress(String registrationIpAddress)
    • getRegistrationIpAddress

      @Nullable public String getRegistrationIpAddress()
      ip address of customer when it was registered for KYC purposes in IPv4 format only
      Returns:
      registrationIpAddress
    • setRegistrationIpAddress

      public void setRegistrationIpAddress(String registrationIpAddress)
    • 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