IdType

public enum IdType : String, Codable

Id types.

  • Passport id type.

    Declaration

    Swift

    case passport = "PASSPORT"
  • Driver’s license id type.

    Declaration

    Swift

    case driversLicense = "DRIVERS_LICENSE"
  • Id document id type.

    Declaration

    Swift

    case idDocument = "ID_DOCUMENT"
  • ssn

    Ssn id type.

    Declaration

    Swift

    case ssn = "SSN"