Class: Plaid::Models::IdentityAddress
- Defined in:
- lib/plaid/models.rb
Overview
Public: A representation of Identity address data.
Instance Method Summary collapse
-
#accounts ⇒ Object
:attr_reader: Public: The Array of String accounts, associated with this address.
-
#data ⇒ Object
:attr_reader: Public: The address data.
-
#primary ⇒ Object
:attr_reader: Public: The Boolean primary flag (true if it’s the primary address).
Methods inherited from BaseModel
Instance Method Details
#accounts ⇒ Object
: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 |
#data ⇒ Object
:attr_reader: Public: The address data.
353 |
# File 'lib/plaid/models.rb', line 353 property :data, coerce: IdentityAddressData |
#primary ⇒ Object
:attr_reader: Public: The Boolean primary flag (true if it’s the primary address).
348 |
# File 'lib/plaid/models.rb', line 348 property :primary |