class CybridApiBank::IdentityVerificationPersonaStateBankModel
def self.build_from_hash(value)
-
(String)- The enum value
Parameters:
-
The(String) -- enum value in the form of the string
def self.build_from_hash(value) new.build_from_hash(value) end
def build_from_hash(value)
-
(String)- The enum value
Parameters:
-
The(String) -- enum value in the form of the string
def build_from_hash(value) constantValues = IdentityVerificationPersonaStateBankModel.constants.select { |c| IdentityVerificationPersonaStateBankModel::const_get(c) == value } raise "Invalid ENUM value #{value} for class #IdentityVerificationPersonaStateBankModel" if constantValues.empty? value end