Class: FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Company
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Company
- Defined in:
- lib/finch_api/models/provider.rb
Overview
Defined Under Namespace
Classes: Accounts, Departments, Entity, Locations
Instance Attribute Summary collapse
- #accounts ⇒ FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Company::Accounts?
- #departments ⇒ FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Company::Departments?
- #ein ⇒ Boolean?
- #entity ⇒ FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Company::Entity?
- #id ⇒ Boolean?
- #legal_name ⇒ Boolean?
- #locations ⇒ FinchAPI::Models::Provider::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/provider.rb', line 224
|
Instance Attribute Details
#accounts ⇒ FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Company::Accounts?
186 |
# File 'lib/finch_api/models/provider.rb', line 186 optional :accounts, -> { FinchAPI::Provider::AuthenticationMethod::SupportedFields::Company::Accounts } |
#departments ⇒ FinchAPI::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 } |
#ein ⇒ Boolean?
197 |
# File 'lib/finch_api/models/provider.rb', line 197 optional :ein, FinchAPI::Internal::Type::Boolean |
#entity ⇒ FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Company::Entity?
202 |
# File 'lib/finch_api/models/provider.rb', line 202 optional :entity, -> { FinchAPI::Provider::AuthenticationMethod::SupportedFields::Company::Entity } |
#id ⇒ Boolean?
181 |
# File 'lib/finch_api/models/provider.rb', line 181 optional :id, FinchAPI::Internal::Type::Boolean |
#legal_name ⇒ Boolean?
207 |
# File 'lib/finch_api/models/provider.rb', line 207 optional :legal_name, FinchAPI::Internal::Type::Boolean |
#locations ⇒ FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Company::Locations?
212 |
# File 'lib/finch_api/models/provider.rb', line 212 optional :locations, -> { FinchAPI::Provider::AuthenticationMethod::SupportedFields::Company::Locations } |