Module: ModernTreasury::Models::AccountDetail::AccountNumberType

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

Overview

One of ‘iban`, `clabe`, `wallet_address`, or `other`. Use `other` if the bank account number is in a generic format.

Constant Summary collapse

AU_NUMBER =
:au_number
BASE_ADDRESS =
:base_address
CLABE =
:clabe
ETHEREUM_ADDRESS =
:ethereum_address
HK_NUMBER =
:hk_number
IBAN =
:iban
ID_NUMBER =
:id_number
NZ_NUMBER =
:nz_number
OTHER =
:other
PAN =
:pan
POLYGON_ADDRESS =
:polygon_address
SG_NUMBER =
:sg_number
SOLANA_ADDRESS =
:solana_address
WALLET_ADDRESS =
:wallet_address

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/account_detail.rb', line 102