View Source Plaid.Income.Income.IncomeStream (plaid v3.2.0)

Plaid.Income.Income IncomeStream data structure.

Link to this section Summary

Link to this section Types

@type t() :: %Plaid.Income.Income.IncomeStream{
  confidence: float(),
  days: integer(),
  monthly_income: float(),
  name: String.t()
}