Class DocumentDetails

java.lang.Object
com.yoti.api.client.DocumentDetails

public class DocumentDetails extends Object
Details of the document used to create the Yoti account.
  • Field Details

  • Method Details

    • getType

      public String getType()
      Return document type.
      Returns:
      Return document type
    • getIssuingCountry

      public String getIssuingCountry()
      Return issuing country
      Returns:
      Return issuing country
    • getDocumentNumber

      public String getDocumentNumber()
      Return issuing country, may contain letters.
      Returns:
      Return issuing country, may contain letters.
    • getExpirationDate

      public Date getExpirationDate()
      The date of expiration for the document.
      Returns:
      The date of expiration for the document.
    • getIssuingAuthority

      public String getIssuingAuthority()
      Either a country code, or the name of the issuing authority
      Returns:
      Either a country code, or the name of the issuing authority
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • builder

      public static DocumentDetails.Builder builder()