Class: Plaid::Models::IdentityPhoneNumber

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

Overview

Public: A representation of Identity phone number 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 number itself. E.g. “4673956022”.



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

property :data

#primaryObject

:attr_reader: Public: The Boolean primary flag.



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

property :primary

#typeObject

:attr_reader: Public: The String type. E.g. “home”, or “work”, or “mobile1”.



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

property :type