Class: Plaid::Models::IdentityAddress

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

Overview

Public: A representation of Identity address data.

Instance Method Summary collapse

Methods inherited from BaseModel

#assert_property_exists!

Instance Method Details

#accountsObject

:attr_reader: Public: The Array of String accounts, associated with this address. E.g. [“Plaid Credit Card 3333”].



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

property :accounts

#dataObject

:attr_reader: Public: The address data.



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

property :data, coerce: IdentityAddressData

#primaryObject

:attr_reader: Public: The Boolean primary flag (true if it’s the primary address).



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

property :primary