Class: FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company::Locations
- Inherits:
-
BaseModel
- Object
- FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company::Locations
- 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?
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? (readonly)
479 |
# File 'lib/finch-api/models/account_update_event.rb', line 479 optional :state, FinchAPI::BooleanModel |