Class: Plaid::Models::IncomeStream

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

Overview

Public: A representation of Income Stream data.

Instance Method Summary collapse

Methods inherited from BaseModel

#assert_property_exists!

Instance Method Details

#confidenceObject

:attr_reader: Public: The Numeric representation of our confidence in the income data associated with this particular income stream, with 0 being the lowest confidence and 1 being the highest.



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

property :confidence

#daysObject

:attr_reader: Public: The Numeric extent of data found for this income stream.



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

property :days

#monthly_incomeObject

:attr_reader: Public: The Numeric monthly income associated with the income stream.



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

property :monthly_income

#nameObject

:attr_reader: Public: The String name of the entity associated with this income stream.



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

property :name