Class: Plaid::Models::IdentityEmail
- Defined in:
- lib/plaid/models.rb
Overview
Public: A representation of Identity email data.
Instance Method Summary collapse
-
#data ⇒ Object
:attr_reader: Public: The String data, i.e.
-
#primary ⇒ Object
:attr_reader: Public: The Boolean primary flag.
-
#type ⇒ Object
:attr_reader: Public: The String type.
Methods inherited from BaseModel
Instance Method Details
#data ⇒ Object
:attr_reader: Public: The String data, i.e. the address itself. E.g. “[email protected]”.
362 |
# File 'lib/plaid/models.rb', line 362 property :data |
#primary ⇒ Object
:attr_reader: Public: The Boolean primary flag.
367 |
# File 'lib/plaid/models.rb', line 367 property :primary |
#type ⇒ Object
:attr_reader: Public: The String type. E.g. “primary”, or “secondary”, or “other”.
372 |
# File 'lib/plaid/models.rb', line 372 property :type |