DocumentType

public enum DocumentType : String, Codable

Document types.

  • Passport document type.

    Declaration

    Swift

    case passport = "PASSPORT"
  • ID document front document type.

    Declaration

    Swift

    case idDocumentFront = "ID_DOCUMENT_FRONT"
  • ID document back document type.

    Declaration

    Swift

    case idDocumentBack = "ID_DOCUMENT_BACK"
  • Driver license front document type.

    Declaration

    Swift

    case driverLicenseFront = "DRIVER_LICENSE_FRONT"
  • Driver license back document type.

    Declaration

    Swift

    case driverLicenseBack = "DRIVER_LICENSE_BACK"
  • Selfie document type.

    Declaration

    Swift

    case selfie = "SELFIE"
  • Proof of address document type.

    Declaration

    Swift

    case proofOfAddress = "PROOF_OF_ADDRESS"
  • Proof of funds document type.

    Declaration

    Swift

    case proofOfFunds = "PROOF_OF_FUNDS"
  • Matricula consular front document type.

    Declaration

    Swift

    case matriculaConsularFront = "MC_DOCUMENT_FRONT"
  • Matricula consular back document type.

    Declaration

    Swift

    case matriculaConsularBack = "MC_DOCUMENT_BACK"
  • INE front document type.

    Declaration

    Swift

    case ineFront = "INE_FRONT"
  • INE back document type.

    Declaration

    Swift

    case ineBack = "INE_BACK"