Class: FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Company

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/finch_api/models/provider.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/provider.rb', line 224

Instance Attribute Details

#accountsFinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Company::Accounts?



186
# File 'lib/finch_api/models/provider.rb', line 186

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

#departmentsFinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Company::Departments?



191
192
# File 'lib/finch_api/models/provider.rb', line 191

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

#einBoolean?

Returns:

  • (Boolean, nil)


197
# File 'lib/finch_api/models/provider.rb', line 197

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

#entityFinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Company::Entity?



202
# File 'lib/finch_api/models/provider.rb', line 202

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

#idBoolean?

Returns:

  • (Boolean, nil)


181
# File 'lib/finch_api/models/provider.rb', line 181

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

Returns:

  • (Boolean, nil)


207
# File 'lib/finch_api/models/provider.rb', line 207

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

#locationsFinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Company::Locations?



212
# File 'lib/finch_api/models/provider.rb', line 212

optional :locations, -> { FinchAPI::Provider::AuthenticationMethod::SupportedFields::Company::Locations }

#primary_emailBoolean?

Returns:

  • (Boolean, nil)


217
# File 'lib/finch_api/models/provider.rb', line 217

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

#primary_phone_numberBoolean?

Returns:

  • (Boolean, nil)


222
# File 'lib/finch_api/models/provider.rb', line 222

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