Struct plaid::api::product::connect::ConnectData
[−]
[src]
pub struct ConnectData { pub accounts: Vec<Account>, pub transactions: Vec<Transaction>, }
Representation of data that is retrieved from the Connect
product.
Fields
accounts | List of accounts associated with the user |
transactions | List of transactions associated with the user |