IdType

public enum IdType : String, Codable, Sendable

ID types.

  • Passport id type.

    Declaration

    Swift

    case passport = "PASSPORT"
  • National id type.

    Declaration

    Swift

    case nationalId = "NATIONAL_ID"
  • Foreigner id type.

    Declaration

    Swift

    case foreignerId = "FOREIGNER_ID"
  • Drivers license id type.

    Declaration

    Swift

    case driversLicense = "DRIVERS_LICENSE"