class Plaid::InvestmentAccountSubtype

Constants

ALL
BROKERAGE
CASH_ISA
CRYPTO_EXCHANGE
EDUCATION_SAVINGS_ACCOUNT
FIXED_ANNUITY
GIC
HEALTH_REIMBURSEMENT_ARRANGEMENT
HSA
IRA
ISA
KEOGH
LIF
LIFE_INSURANCE
LIRA
LRIF
LRSP
MUTUAL_FUND
N401A
N401K
N403_B
N457B
N529
NON_CUSTODIAL_WALLET
NON_TAXABLE_BROKERAGE_ACCOUNT
OTHER
OTHER_ANNUITY
OTHER_INSURANCE
PENSION
PRIF
PROFIT_SHARING_PLAN
QSHR
RDSP
RESP
RETIREMENT
RLIF
ROTH
ROTH_401K
RRIF
RRSP
SARSEP
SEP_IRA
SIMPLE_IRA
SIPP
STOCK_PLAN
TFSA
TRUST
UGMA
UTMA
VARIABLE_ANNUITY

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/investment_account_subtype.rb, line 72
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/investment_account_subtype.rb, line 79
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