Struct plaid::api::product::income::IncomeData
[−]
[src]
pub struct IncomeData {
pub accounts: Vec<Account>,
pub income: IncomeInternalData,
}The underlying data representation of Income.
Fields
accounts | A list of user accounts and their balances. |
income | Income data |