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, dump, fields, hash, #hash, inspect, #inspect, known_fields, optional, required, #to_h, #to_json, #to_s, #to_yaml, walk
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, type_info
Constructor Details
#initialize(subtype: nil, type: nil) ⇒ Object
|
|
# File 'lib/finch_api/models/provider.rb', line 228
|
Instance Attribute Details
#accounts ⇒ FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Company::Accounts?
187 188 |
# File 'lib/finch_api/models/provider.rb', line 187 optional :accounts, -> { FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Company::Accounts } |
#departments ⇒ FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Company::Departments?
193 194 |
# File 'lib/finch_api/models/provider.rb', line 193 optional :departments, -> { FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Company::Departments } |
#ein ⇒ Boolean?
199 |
# File 'lib/finch_api/models/provider.rb', line 199 optional :ein, FinchAPI::Internal::Type::Boolean |
#entity ⇒ FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Company::Entity?
204 205 |
# File 'lib/finch_api/models/provider.rb', line 204 optional :entity, -> { FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Company::Entity } |
#id ⇒ Boolean?
182 |
# File 'lib/finch_api/models/provider.rb', line 182 optional :id, FinchAPI::Internal::Type::Boolean |
#legal_name ⇒ Boolean?
210 |
# File 'lib/finch_api/models/provider.rb', line 210 optional :legal_name, FinchAPI::Internal::Type::Boolean |
#locations ⇒ FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Company::Locations?
215 216 |
# File 'lib/finch_api/models/provider.rb', line 215 optional :locations, -> { FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Company::Locations } |