Module: ModernTreasury::Models::InternalAccount::AccountType
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/modern_treasury/models/internal_account.rb,
sig/modern_treasury/models/internal_account.rbs
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
Instance Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values, 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
Instance Method Details
#self?.values ⇒ ::Array[ModernTreasury::Models::InternalAccount::account_type]
287 |
# File 'sig/modern_treasury/models/internal_account.rbs', line 287
def self?.values: -> ::Array[ModernTreasury::Models::InternalAccount::account_type]
|