Class: FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company::Accounts
Overview
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize ⇒ Object
269
|
# File 'sig/finch_api/models/account_update_event.rbs', line 269
def initialize: (
|
Instance Attribute Details
#account_name ⇒ Boolean?
191
|
# File 'lib/finch_api/models/account_update_event.rb', line 191
optional :account_name, FinchAPI::Internal::Type::Boolean
|
#account_number ⇒ Boolean?
196
|
# File 'lib/finch_api/models/account_update_event.rb', line 196
optional :account_number, FinchAPI::Internal::Type::Boolean
|
#account_type ⇒ Boolean?
201
|
# File 'lib/finch_api/models/account_update_event.rb', line 201
optional :account_type, FinchAPI::Internal::Type::Boolean
|
#institution_name ⇒ Boolean?
206
|
# File 'lib/finch_api/models/account_update_event.rb', line 206
optional :institution_name, FinchAPI::Internal::Type::Boolean
|
#routing_number ⇒ Boolean?
211
|
# File 'lib/finch_api/models/account_update_event.rb', line 211
optional :routing_number, FinchAPI::Internal::Type::Boolean
|
Instance Method Details
#to_hash ⇒ {
277
|
# File 'sig/finch_api/models/account_update_event.rbs', line 277
def to_hash: -> {
|