Class: FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company::Locations
- Inherits:
-
BaseModel
- Object
- BaseModel
- FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company::Locations
show all
- Defined in:
- lib/finch-api/models/account_update_event.rb
Instance Attribute Summary collapse
Method Summary
Methods inherited from BaseModel
==, #==, #[], coerce, #deconstruct_keys, dump, fields, #initialize, #inspect, known_fields, optional, required, #to_h
Methods included from Converter
#coerce, coerce, #dump, dump, type_info
Instance Attribute Details
#city ⇒ Boolean?
434
|
# File 'lib/finch-api/models/account_update_event.rb', line 434
optional :city, FinchAPI::BooleanModel
|
#country ⇒ Boolean?
443
|
# File 'lib/finch-api/models/account_update_event.rb', line 443
optional :country, FinchAPI::BooleanModel
|
#line1 ⇒ Boolean?
452
|
# File 'lib/finch-api/models/account_update_event.rb', line 452
optional :line1, FinchAPI::BooleanModel
|
#line2 ⇒ Boolean?
461
|
# File 'lib/finch-api/models/account_update_event.rb', line 461
optional :line2, FinchAPI::BooleanModel
|
#postal_code ⇒ Boolean?
470
|
# File 'lib/finch-api/models/account_update_event.rb', line 470
optional :postal_code, FinchAPI::BooleanModel
|
#state ⇒ Boolean?
479
|
# File 'lib/finch-api/models/account_update_event.rb', line 479
optional :state, FinchAPI::BooleanModel
|