Class: Plaid::Models::IdentityAddressData

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/plaid/models.rb

Overview

Public: A representation of Identity address details.

Instance Method Summary collapse

Methods inherited from BaseModel

#assert_property_exists!

Instance Method Details

#cityObject

:attr_reader: Public: The String name.



324
# File 'lib/plaid/models.rb', line 324

property :city

#stateObject

:attr_reader: Public: The String state name.



329
# File 'lib/plaid/models.rb', line 329

property :state

#streetObject

:attr_reader: Public: The String street name.



319
# File 'lib/plaid/models.rb', line 319

property :street

#zipObject

:attr_reader: Public: The String ZIP code.



334
# File 'lib/plaid/models.rb', line 334

property :zip