Class: FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company::Accounts
- Inherits:
-
BaseModel
- Object
- BaseModel
- FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company::Accounts
show all
- Defined in:
- lib/finch-api/models/account_update_event.rb
Overview
def initialize: (Hash | FinchAPI::BaseModel) -> void
Instance Attribute Summary collapse
Method Summary
Methods inherited from BaseModel
==, #==, #[], coerce, #deconstruct_keys, dump, fields, #initialize, #inspect, known_fields, optional, required, #to_h
Methods included from Converter
#coerce, coerce, #dump, dump, type_info
Instance Attribute Details
#account_name ⇒ Boolean?
301
|
# File 'lib/finch-api/models/account_update_event.rb', line 301
optional :account_name, FinchAPI::BooleanModel
|
#account_number ⇒ Boolean?
310
|
# File 'lib/finch-api/models/account_update_event.rb', line 310
optional :account_number, FinchAPI::BooleanModel
|
#account_type ⇒ Boolean?
319
|
# File 'lib/finch-api/models/account_update_event.rb', line 319
optional :account_type, FinchAPI::BooleanModel
|
#institution_name ⇒ Boolean?
328
|
# File 'lib/finch-api/models/account_update_event.rb', line 328
optional :institution_name, FinchAPI::BooleanModel
|
#routing_number ⇒ Boolean?
337
|
# File 'lib/finch-api/models/account_update_event.rb', line 337
optional :routing_number, FinchAPI::BooleanModel
|