Class: Plaid::Models::IdentityEmail

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

Overview

Public: A representation of Identity email data.

Instance Method Summary collapse

Methods inherited from BaseModel

#assert_property_exists!

Instance Method Details

#dataObject

: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

#primaryObject

:attr_reader: Public: The Boolean primary flag.



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

property :primary

#typeObject

:attr_reader: Public: The String type. E.g. “primary”, or “secondary”, or “other”.



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

property :type