Module: Lithic::Models::ExternalBankAccountUpdateParams::Type
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/lithic/models/external_bank_account_update_params.rb
Constant Summary collapse
- CHECKING =
:CHECKING- SAVINGS =
:SAVINGS
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(address: nil, company_id: nil, dob: nil, doing_business_as: nil, name: nil, owner: nil, owner_type: nil, type: nil, user_defined_id: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see Lithic::Models::ExternalBankAccountUpdateParams for more details.
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/lithic/models/external_bank_account_update_params.rb', line 94
|
Instance Method Details
#initialize(address: nil, company_id: nil, dob: nil, doing_business_as: nil, name: nil, owner: nil, owner_type: nil, type: nil, user_defined_id: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see Lithic::Models::ExternalBankAccountUpdateParams for more details.
88 89 90 91 92 93 94 95 96 |
# File 'lib/lithic/models/external_bank_account_update_params.rb', line 88 module Type extend Lithic::Internal::Type::Enum CHECKING = :CHECKING SAVINGS = :SAVINGS # @!method self.values # @return [Array<Symbol>] end |