Class: FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company

Inherits:
Internal::Type::BaseModel
  • Object
show all
Defined in:
lib/finch_api/models/account_update_event.rb

Overview

See Also:

Defined Under Namespace

Classes: Accounts, Departments, Entity, Locations

Instance Attribute Summary collapse

Instance Method Summary collapse

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

Parameters:

  • subtype (Boolean) (defaults to: nil)
  • type (Boolean) (defaults to: nil)


# File 'lib/finch_api/models/account_update_event.rb', line 175

Instance Attribute Details

#accountsFinchAPI::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 }

#departmentsFinchAPI::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 }

#einBoolean?

Returns:

  • (Boolean, nil)


146
# File 'lib/finch_api/models/account_update_event.rb', line 146

optional :ein, FinchAPI::Internal::Type::Boolean

#entityFinchAPI::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 }

#idBoolean?

Returns:

  • (Boolean, nil)


129
# File 'lib/finch_api/models/account_update_event.rb', line 129

optional :id, FinchAPI::Internal::Type::Boolean

Returns:

  • (Boolean, nil)


157
# File 'lib/finch_api/models/account_update_event.rb', line 157

optional :legal_name, FinchAPI::Internal::Type::Boolean

#locationsFinchAPI::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 }

#primary_emailBoolean?

Returns:

  • (Boolean, nil)


168
# File 'lib/finch_api/models/account_update_event.rb', line 168

optional :primary_email, FinchAPI::Internal::Type::Boolean

#primary_phone_numberBoolean?

Returns:

  • (Boolean, nil)


173
# File 'lib/finch_api/models/account_update_event.rb', line 173

optional :primary_phone_number, FinchAPI::Internal::Type::Boolean