Class: FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Individual::Residence
- Inherits:
-
BaseModel
- Object
- BaseModel
- FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Individual::Residence
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?
1256
|
# File 'lib/finch-api/models/account_update_event.rb', line 1256
optional :city, FinchAPI::BooleanModel
|
#country ⇒ Boolean?
1265
|
# File 'lib/finch-api/models/account_update_event.rb', line 1265
optional :country, FinchAPI::BooleanModel
|
#line1 ⇒ Boolean?
1274
|
# File 'lib/finch-api/models/account_update_event.rb', line 1274
optional :line1, FinchAPI::BooleanModel
|
#line2 ⇒ Boolean?
1283
|
# File 'lib/finch-api/models/account_update_event.rb', line 1283
optional :line2, FinchAPI::BooleanModel
|
#postal_code ⇒ Boolean?
1292
|
# File 'lib/finch-api/models/account_update_event.rb', line 1292
optional :postal_code, FinchAPI::BooleanModel
|
#state ⇒ Boolean?
1301
|
# File 'lib/finch-api/models/account_update_event.rb', line 1301
optional :state, FinchAPI::BooleanModel
|