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

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/finch_api/models/provider.rb

Overview

See Also:

  • Provider::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/provider.rb', line 236

Instance Attribute Details

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

Returns:

  • (FinchAPI::Provider::AuthenticationMethod::SupportedFields::Company::Accounts, nil)


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

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

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

Returns:

  • (FinchAPI::Provider::AuthenticationMethod::SupportedFields::Company::Departments, nil)


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

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

#einBoolean?

Returns:

  • (Boolean, nil)


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

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

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

Returns:

  • (FinchAPI::Provider::AuthenticationMethod::SupportedFields::Company::Entity, nil)


208
209
210
211
# File 'lib/finch_api/models/provider.rb', line 208

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

#idBoolean?

Returns:

  • (Boolean, nil)


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

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

Returns:

  • (Boolean, nil)


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

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

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

Returns:

  • (FinchAPI::Provider::AuthenticationMethod::SupportedFields::Company::Locations, nil)


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

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

#primary_emailBoolean?

Returns:

  • (Boolean, nil)


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

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

#primary_phone_numberBoolean?

Returns:

  • (Boolean, nil)


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

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