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.

Trait Implementations

Derived Implementations

impl Decodable for IncomeStream

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<IncomeStream, __D::Error>

impl Debug for IncomeStream

fn fmt(&self, __arg_0: &mut Formatter) -> Result