Module: ModernTreasury::Models::AccountDetail::AccountNumberType
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/modern_treasury/models/account_detail.rb,
sig/modern_treasury/models/account_detail.rbs
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- CARD_TOKEN =
:card_token- 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
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
.values ⇒ Array<Symbol>
|
|
# File 'lib/modern_treasury/models/account_detail.rb', line 103
|
Instance Method Details
#self?.values ⇒ ::Array[ModernTreasury::Models::AccountDetail::account_number_type]
97 |
# File 'sig/modern_treasury/models/account_detail.rbs', line 97
def self?.values: -> ::Array[ModernTreasury::Models::AccountDetail::account_number_type]
|