Class: FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Employment::Location
- Inherits:
-
BaseModel
- Object
- FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Employment::Location
- Defined in:
- lib/finch-api/models/account_update_event.rb
Instance Attribute Summary collapse
- #city ⇒ Boolean?
- #country ⇒ Boolean?
- #line1 ⇒ Boolean?
- #line2 ⇒ Boolean?
- #postal_code ⇒ Boolean?
- #state ⇒ Boolean? readonly
Instance Attribute Details
#city ⇒ Boolean?
956 |
# File 'lib/finch-api/models/account_update_event.rb', line 956 optional :city, FinchAPI::BooleanModel |
#country ⇒ Boolean?
965 |
# File 'lib/finch-api/models/account_update_event.rb', line 965 optional :country, FinchAPI::BooleanModel |
#line1 ⇒ Boolean?
974 |
# File 'lib/finch-api/models/account_update_event.rb', line 974 optional :line1, FinchAPI::BooleanModel |
#line2 ⇒ Boolean?
983 |
# File 'lib/finch-api/models/account_update_event.rb', line 983 optional :line2, FinchAPI::BooleanModel |
#postal_code ⇒ Boolean?
992 |
# File 'lib/finch-api/models/account_update_event.rb', line 992 optional :postal_code, FinchAPI::BooleanModel |
#state ⇒ Boolean? (readonly)
1001 |
# File 'lib/finch-api/models/account_update_event.rb', line 1001 optional :state, FinchAPI::BooleanModel |