Module: ModernTreasury::Models::InternalAccountCreateParams::AccountType

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

Overview

The account type, used to provision the appropriate account at the financial institution.

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

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::InternalAccountCreateParams::account_type]

Returns:

  • (::Array[ModernTreasury::Models::InternalAccountCreateParams::account_type])


277
# File 'sig/modern_treasury/models/internal_account_create_params.rbs', line 277

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