Class: FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company
- Defined in:
- lib/finch_api/models/account_update_event.rb
Overview
Defined Under Namespace
Classes: Accounts, Departments, Entity, Locations
Instance Attribute Summary collapse
- #accounts ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company::Accounts?
- #departments ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company::Departments?
- #ein ⇒ Boolean?
- #entity ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company::Entity?
- #id ⇒ Boolean?
- #legal_name ⇒ Boolean?
- #locations ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company::Locations?
- #primary_email ⇒ Boolean?
- #primary_phone_number ⇒ Boolean?
Instance Method Summary collapse
- #initialize(subtype: nil, type: nil) ⇒ Object constructor
Methods inherited from Internal::Type::BaseModel
==, #==, #[], 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
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(subtype: nil, type: nil) ⇒ Object
|
|
# File 'lib/finch_api/models/account_update_event.rb', line 175
|
Instance Attribute Details
#accounts ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company::Accounts?
134 135 |
# File 'lib/finch_api/models/account_update_event.rb', line 134 optional :accounts, -> { FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company::Accounts } |
#departments ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company::Departments?
140 141 |
# File 'lib/finch_api/models/account_update_event.rb', line 140 optional :departments, -> { FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company::Departments } |
#ein ⇒ Boolean?
146 |
# File 'lib/finch_api/models/account_update_event.rb', line 146 optional :ein, FinchAPI::Internal::Type::Boolean |
#entity ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company::Entity?
151 152 |
# File 'lib/finch_api/models/account_update_event.rb', line 151 optional :entity, -> { FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company::Entity } |
#id ⇒ Boolean?
129 |
# File 'lib/finch_api/models/account_update_event.rb', line 129 optional :id, FinchAPI::Internal::Type::Boolean |
#legal_name ⇒ Boolean?
157 |
# File 'lib/finch_api/models/account_update_event.rb', line 157 optional :legal_name, FinchAPI::Internal::Type::Boolean |
#locations ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company::Locations?
162 163 |
# File 'lib/finch_api/models/account_update_event.rb', line 162 optional :locations, -> { FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company::Locations } |