Class: FinchAPI::Models::Provider::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/provider.rb', line 236
|
Instance Attribute Details
#accounts ⇒ FinchAPI::Provider::AuthenticationMethod::SupportedFields::Company::Accounts?
189
190
191
192
|
# File 'lib/finch_api/models/provider.rb', line 189
optional :accounts,
-> {
FinchAPI::Provider::AuthenticationMethod::SupportedFields::Company::Accounts
}
|
#departments ⇒ FinchAPI::Provider::AuthenticationMethod::SupportedFields::Company::Departments?
197
198
|
# File 'lib/finch_api/models/provider.rb', line 197
optional :departments,
-> { FinchAPI::Provider::AuthenticationMethod::SupportedFields::Company::Departments }
|
#entity ⇒ FinchAPI::Provider::AuthenticationMethod::SupportedFields::Company::Entity?
208
209
210
211
|
# File 'lib/finch_api/models/provider.rb', line 208
optional :entity,
-> {
FinchAPI::Provider::AuthenticationMethod::SupportedFields::Company::Entity
}
|
#locations ⇒ FinchAPI::Provider::AuthenticationMethod::SupportedFields::Company::Locations?
221
222
223
224
|
# File 'lib/finch_api/models/provider.rb', line 221
optional :locations,
-> {
FinchAPI::Provider::AuthenticationMethod::SupportedFields::Company::Locations
}
|
#primary_email ⇒ Boolean?
#primary_phone_number ⇒ Boolean?