plaid v1.3.1 Plaid.Income.Income View Source

Plaid.Income Income data structure.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Plaid.Income.Income{
  income_streams: [Plaid.Income.Income.IncomeStream.t()],
  last_year_income: Number.t(),
  last_year_income_before_tax: Number.t(),
  max_number_of_overlapping_income_streams: Number.t(),
  number_of_income_streams: Number.t(),
  projected_yearly_income: Number.t(),
  projected_yearly_income_before_tax: Number.t()
}