IdType

public enum IdType : String, Codable, Sendable, CaseIterable

ID types.

  • ssn

    SSN id type.

    Declaration

    Swift

    case ssn = "SSN"
  • ein

    EIN id type.

    Declaration

    Swift

    case ein = "EIN"
  • ITIN id type.

    Declaration

    Swift

    case itin = "ITIN"
  • Foreign tax id type.

    Declaration

    Swift

    case foreignTaxId = "FOREIGN_TAX_ID"
  • Passport id type.

    Declaration

    Swift

    case passport = "PASSPORT"
  • Alien id type.

    Declaration

    Swift

    case alienIdCard = "ALIEN_ID_CARD"
  • National id type.

    Declaration

    Swift

    case nationalId = "NATIONAL_ID"
  • Driver’s licence id type.

    Declaration

    Swift

    case driversLicense = "DRIVERS_LICENSE"