class Plaid::CreditBankIncomeErrorType
Constants
- ACCESS_NOT_GRANTED
- COUNTRY_NOT_SUPPORTED
- INSTITUTION_DOWN
- INSTITUTION_NOT_RESPONDING
- INSTITUTION_NO_LONGER_SUPPORTED
- INSUFFICIENT_CREDENTIALS
- INTERNAL_SERVER_ERROR
- INVALID_CREDENTIALS
- INVALID_MFA
- INVALID_SEND_METHOD
- ITEM_LOCKED
- ITEM_LOGIN_REQUIRED
- ITEM_NOT_SUPPORTED
- MFA_NOT_SUPPORTED
- NO_ACCOUNTS
- USER_SETUP_REQUIRED
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/credit_bank_income_error_type.rb, line 38 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/credit_bank_income_error_type.rb, line 45 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