class Plaid::AccountSubtype

Constants

AUTO
BROKERAGE
BUSINESS
CASH_ISA
CASH_MANAGEMENT
CD
CHECKING
COMMERCIAL
CONSTRUCTION
CONSUMER
CREDIT_CARD
CRYPTO_EXCHANGE
EBT
EDUCATION_SAVINGS_ACCOUNT
FIXED_ANNUITY
GIC
HEALTH_REIMBURSEMENT_ARRANGEMENT
HOME_EQUITY
HSA
IRA
ISA
KEOGH
LIF
LIFE_INSURANCE
LINE_OF_CREDIT
LIRA
LOAN
LRIF
LRSP
MONEY_MARKET
MORTGAGE
MUTUAL_FUND
N401A
N401K
N403_B
N457B
N529
NON_CUSTODIAL_WALLET
NON_TAXABLE_BROKERAGE_ACCOUNT
OTHER
OTHER_ANNUITY
OTHER_INSURANCE
OVERDRAFT
PAYPAL
PAYROLL
PENSION
PREPAID
PRIF
PROFIT_SHARING_PLAN
RDSP
RESP
RETIREMENT
RLIF
ROTH
ROTH_401K
RRIF
RRSP
SARSEP
SAVINGS
SEP_IRA
SIMPLE_IRA
SIPP
STOCK_PLAN
STUDENT
TFSA
THRIFT_SAVINGS_PLAN
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/account_subtype.rb, line 92
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/account_subtype.rb, line 99
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