IdType

public enum IdType : String, Encodable

ID type.

  • Passport

    Declaration

    Swift

    case passport = "PP"
  • Driver’s License

    Declaration

    Swift

    case driversLicense = "DL"
  • Photo ID

    Declaration

    Swift

    case photoId = "PID"
  • National ID

    Declaration

    Swift

    case nationalId = "NID"
  • Government, Military, or Police ID

    Declaration

    Swift

    case governmentMilitaryOrPoliceId = "GID"
  • Residence Card

    Declaration

    Swift

    case residenceCard = "RID"
  • Voter ID Card

    Declaration

    Swift

    case voterIdCard = "VID"
  • Work Visa or Permit

    Declaration

    Swift

    case workVisaOrPemit = "WV"
  • United Nations Refugee Card

    Declaration

    Swift

    case unitedNationsRefugeeCard = "UNR"
  • Not Specified. The ID Type will be determined during processing.

    Declaration

    Swift

    case notSpecified = "NSP"
  • Tax ID Card

    Declaration

    Swift

    case taxIdCard = "TID"
  • Student Visa or Permit

    Declaration

    Swift

    case studentVisaPermit = "SV"
  • Boat or Ship ID Card

    Declaration

    Swift

    case boatShipIdCard = "BID"
  • Global Entry Card

    Declaration

    Swift

    case globalEntryCard = "GE"
  • Passport Card

    Declaration

    Swift

    case passportCard = "PPC"
  • Travel Document

    Declaration

    Swift

    case travelDocument = "TD"
  • Bank Card

    Declaration

    Swift

    case bankCard = "BC"
  • Passport Address

    Declaration

    Swift

    case passportAddress = "PPA"
  • Other

    Declaration

    Swift

    case other = "OTH"
  • Health ID Card

    Declaration

    Swift

    case healthIdCard = "HID"