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:

  • AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields#company

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_yaml

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, type_info

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!

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 192

Instance Attribute Details

#accountsFinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company::Accounts?

Returns:

  • (FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company::Accounts, nil)


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

optional :accounts,
-> {
  FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company::Accounts
}

#departmentsFinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company::Departments?

Returns:

  • (FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company::Departments, nil)


151
152
153
154
# File 'lib/finch_api/models/account_update_event.rb', line 151

optional :departments,
-> {
  FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company::Departments
}

#einBoolean?

Returns:

  • (Boolean, nil)


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

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

#entityFinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company::Entity?

Returns:

  • (FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company::Entity, nil)


164
165
166
167
# File 'lib/finch_api/models/account_update_event.rb', line 164

optional :entity,
-> {
  FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company::Entity
}

#idBoolean?

Returns:

  • (Boolean, nil)


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

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

Returns:

  • (Boolean, nil)


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

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

#locationsFinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company::Locations?

Returns:

  • (FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company::Locations, nil)


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_emailBoolean?

Returns:

  • (Boolean, nil)


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

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

#primary_phone_numberBoolean?

Returns:

  • (Boolean, nil)


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

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