Class: FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company
Overview
Defined Under Namespace
Classes: Accounts, Departments, Entity, Locations
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_yaml
#coerce, coerce, #dump, dump, #inspect, inspect, type_info
#const_missing, #define_sorbet_constant!
Constructor Details
#initialize(subtype: nil, type: nil) ⇒ Object
|
# File 'lib/finch_api/models/account_update_event.rb', line 192
|
Instance Attribute Details
#accounts ⇒ FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company::Accounts?
143
144
145
146
|
# File 'lib/finch_api/models/account_update_event.rb', line 143
optional :accounts,
-> {
FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company::Accounts
}
|
#departments ⇒ FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company::Departments?
151
152
153
154
|
# File 'lib/finch_api/models/account_update_event.rb', line 151
optional :departments,
-> {
FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company::Departments
}
|
#entity ⇒ FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company::Entity?
164
165
166
167
|
# File 'lib/finch_api/models/account_update_event.rb', line 164
optional :entity,
-> {
FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company::Entity
}
|
#locations ⇒ FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company::Locations?
177
178
179
180
|
# File 'lib/finch_api/models/account_update_event.rb', line 177
optional :locations,
-> {
FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company::Locations
}
|
#primary_email ⇒ Boolean?
#primary_phone_number ⇒ Boolean?