class Plaid::IDNumberType

Constants

AR_DNI
AU_DRIVERS_LICENSE
AU_PASSPORT
BR_CPF
CA_SIN
CL_RUN
CN_RESIDENT_CARD
CO_NIT
DK_CPR
EG_NATIONAL_ID
ES_DNI
ES_NIE
HK_HKID
IN_PAN
IT_CF
JO_CIVIL_ID
JP_MY_NUMBER
KE_HUDUMA_NAMBA
KW_CIVIL_ID
MX_CURP
MX_RFC
MY_NRIC
NG_NIN
NZ_DRIVERS_LICENSE
OM_CIVIL_ID
PH_PSN
PL_PESEL
RO_CNP
SA_NATIONAL_ID
SE_PIN
SG_NRIC
TR_TC_KIMLIK
US_SSN
US_SSN_LAST_4
ZA_SMART_ID

Public Class Methods

build_from_hash(value) click to toggle source

Builds the enum from string @param [String] The enum value in the form of the string @return [String] The enum value

# File lib/plaid/models/id_number_type.rb, line 57
def self.build_from_hash(value)
  new.build_from_hash(value)
end

Public Instance Methods

build_from_hash(value) click to toggle source

Builds the enum from string @param [String] The enum value in the form of the string @return [String] The enum value

# File lib/plaid/models/id_number_type.rb, line 64
def build_from_hash(value)
  # We do not validate that the value is one of the enums set in the OpenAPI
  # file because we want to be able to add to our list of enums without
  # breaking this client library.
  value
end