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

Trait Implementations

Derived Implementations

impl Decodable for ConnectData

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

impl Debug for ConnectData

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