Module: ModernTreasury::Models::RoutingNumberLookupRequest::RoutingNumberType

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

Overview

The type of routing number. See docs.moderntreasury.com/platform/reference/routing-detail-object for more details. In sandbox mode we currently only support ‘aba` and `swift` with routing numbers ’123456789’ and ‘GRINUST0XXX’ respectively.

Constant Summary collapse

ABA =
:aba
AU_BSB =
:au_bsb
CA_CPA =
:ca_cpa
GB_SORT_CODE =
:gb_sort_code
IN_IFSC =
:in_ifsc
NZ_NATIONAL_CLEARING_CODE =
:nz_national_clearing_code
SE_BANKGIRO_CLEARING_CODE =
:se_bankgiro_clearing_code
SWIFT =
:swift
ZA_NATIONAL_CLEARING_CODE =
:za_national_clearing_code

Method Summary

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