Module: ModernTreasury::Models::ExternalAccountType

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

Overview

Can be checking, savings or other.

Constant Summary collapse

BASE_WALLET =

Returns:

  • (:base_wallet)
:base_wallet
CASH =

Returns:

  • (:cash)
:cash
CHECKING =

Returns:

  • (:checking)
:checking
CRYPTO_WALLET =

Returns:

  • (:crypto_wallet)
:crypto_wallet
ETHEREUM_WALLET =

Returns:

  • (:ethereum_wallet)
:ethereum_wallet
GENERAL_LEDGER =

Returns:

  • (:general_ledger)
:general_ledger
LOAN =

Returns:

  • (:loan)
:loan
NON_RESIDENT =

Returns:

  • (:non_resident)
:non_resident
OTHER =

Returns:

  • (:other)
:other
OVERDRAFT =

Returns:

  • (:overdraft)
:overdraft
POLYGON_WALLET =

Returns:

  • (:polygon_wallet)
:polygon_wallet
SAVINGS =

Returns:

  • (:savings)
:savings
SOLANA_WALLET =

Returns:

  • (:solana_wallet)
:solana_wallet

Class Method Summary collapse

Instance 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

Instance Method Details

#self?.values::Array[ModernTreasury::Models::external_account_type]

Returns:

  • (::Array[ModernTreasury::Models::external_account_type])


35
# File 'sig/modern_treasury/models/external_account_type.rbs', line 35

def self?.values: -> ::Array[ModernTreasury::Models::external_account_type]