Class: Plaid::Models::IdentityPhoneNumber
- Defined in:
- lib/plaid/models.rb
Overview
Public: A representation of Identity phone number 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 number itself. E.g. “4673956022”.
381 |
# File 'lib/plaid/models.rb', line 381 property :data |
#primary ⇒ Object
:attr_reader: Public: The Boolean primary flag.
386 |
# File 'lib/plaid/models.rb', line 386 property :primary |
#type ⇒ Object
:attr_reader: Public: The String type. E.g. “home”, or “work”, or “mobile1”.
391 |
# File 'lib/plaid/models.rb', line 391 property :type |