Struct plaid::api::product::info::InfoData
[−]
[src]
pub struct InfoData {
pub accounts: Vec<Account>,
pub info: InfoInternalData,
}Representation of data that is retrieved from the Info product.
Fields
accounts | List of accounts associated with the user. When returned from the Info endpoint it will also include account and routing numbers. |
info | Includes all user information that has been returned. |