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.

Trait Implementations

Derived Implementations

impl Decodable for InfoData

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

impl Debug for InfoData

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