Struct plaid::api::product::connect::Connect [] [src]

pub struct Connect;

Connect is the endpoint you need to fetch transaction for a User

Trait Implementations

impl Product for Connect

type Data = ConnectData

fn description<'a>(&self) -> &'a str

fn endpoint<'a, 'b>(&self, payload: &'b Payload) -> &'a str

Derived Implementations

impl Debug for Connect

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