Class: FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company
- Defined in:
- lib/finch_api/models/account_update_event.rb
Overview
Defined Under Namespace
Classes: Accounts, Departments, Entity, Locations
Instance Attribute Summary collapse
- #accounts ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company::Accounts?
- #departments ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company::Departments?
- #ein ⇒ Boolean?
- #entity ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company::Entity?
- #id ⇒ Boolean?
- #legal_name ⇒ Boolean?
- #locations ⇒ FinchAPI::Models::AccountUpdateEvent::Data::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/account_update_event.rb', line 176
|
Instance Attribute Details
#accounts ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company::Accounts?
135 136 |
# File 'lib/finch_api/models/account_update_event.rb', line 135 optional :accounts, -> { FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company::Accounts } |
#departments ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company::Departments?
141 142 |
# File 'lib/finch_api/models/account_update_event.rb', line 141 optional :departments, -> { FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company::Departments } |
#ein ⇒ Boolean?
147 |
# File 'lib/finch_api/models/account_update_event.rb', line 147 optional :ein, FinchAPI::Internal::Type::Boolean |
#entity ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company::Entity?
152 153 |
# File 'lib/finch_api/models/account_update_event.rb', line 152 optional :entity, -> { FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company::Entity } |
#id ⇒ Boolean?
130 |
# File 'lib/finch_api/models/account_update_event.rb', line 130 optional :id, FinchAPI::Internal::Type::Boolean |
#legal_name ⇒ Boolean?
158 |
# File 'lib/finch_api/models/account_update_event.rb', line 158 optional :legal_name, FinchAPI::Internal::Type::Boolean |
#locations ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company::Locations?
163 164 |
# File 'lib/finch_api/models/account_update_event.rb', line 163 optional :locations, -> { FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company::Locations } |