Module: ModernTreasury::Models::ExternalAccountType

Extended by:
Internal::Type::Enum
Defined in:
lib/modern_treasury/models/external_account_type.rb

Overview

Can be ‘checking`, `savings` or `other`.

Constant Summary collapse

BASE_WALLET =
:base_wallet
CASH =
:cash
CHECKING =
:checking
CRYPTO_WALLET =
:crypto_wallet
ETHEREUM_WALLET =
:ethereum_wallet
GENERAL_LEDGER =
:general_ledger
LOAN =
:loan
NON_RESIDENT =
:non_resident
OTHER =
:other
OVERDRAFT =
:overdraft
POLYGON_WALLET =
:polygon_wallet
SAVINGS =
:savings
SOLANA_WALLET =
:solana_wallet

Class Method Summary collapse

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/modern_treasury/models/external_account_type.rb', line 23