Class: Plaid::Models::IdentityAddressData
- Defined in:
- lib/plaid/models.rb
Overview
Public: A representation of Identity address details.
Instance Method Summary collapse
-
#city ⇒ Object
:attr_reader: Public: The String name.
-
#state ⇒ Object
:attr_reader: Public: The String state name.
-
#street ⇒ Object
:attr_reader: Public: The String street name.
-
#zip ⇒ Object
:attr_reader: Public: The String ZIP code.
Methods inherited from BaseModel
Instance Method Details
#city ⇒ Object
:attr_reader: Public: The String name.
324 |
# File 'lib/plaid/models.rb', line 324 property :city |
#state ⇒ Object
:attr_reader: Public: The String state name.
329 |
# File 'lib/plaid/models.rb', line 329 property :state |
#street ⇒ Object
:attr_reader: Public: The String street name.
319 |
# File 'lib/plaid/models.rb', line 319 property :street |
#zip ⇒ Object
:attr_reader: Public: The String ZIP code.
334 |
# File 'lib/plaid/models.rb', line 334 property :zip |