Class: FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Employment::Location
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Employment::Location
- Defined in:
- lib/finch_api/models/account_update_event.rb
Overview
Instance Attribute Summary collapse
- #city ⇒ Boolean?
- #country ⇒ Boolean?
- #line1 ⇒ Boolean?
- #line2 ⇒ Boolean?
- #postal_code ⇒ Boolean?
- #state ⇒ Boolean?
Method Summary
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, 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
This class inherits a constructor from FinchAPI::Internal::Type::BaseModel
Instance Attribute Details
#city ⇒ Boolean?
571 |
# File 'lib/finch_api/models/account_update_event.rb', line 571 optional :city, FinchAPI::Internal::Type::Boolean |
#country ⇒ Boolean?
576 |
# File 'lib/finch_api/models/account_update_event.rb', line 576 optional :country, FinchAPI::Internal::Type::Boolean |
#line1 ⇒ Boolean?
581 |
# File 'lib/finch_api/models/account_update_event.rb', line 581 optional :line1, FinchAPI::Internal::Type::Boolean |
#line2 ⇒ Boolean?
586 |
# File 'lib/finch_api/models/account_update_event.rb', line 586 optional :line2, FinchAPI::Internal::Type::Boolean |