Struct plaid::api::product::income::IncomeStream
[−]
[src]
pub struct IncomeStream { pub monthly_income: Amount, pub confidence: f64, pub days: u64, pub name: String, }
An income stream represents a stream of income that Plaid has detected from their transactions.
Fields
monthly_income | How much income per month in dollars. |
confidence | Plaid's confidence in this estimate. |
days | The number of days Plaid has seen this for. |
name | The name of the income stream. |