Struct plaid::api::product::balance::Balance [] [src]

pub struct Balance;

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

Trait Implementations

impl Product for Balance

type Data = BalanceData

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

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

Derived Implementations

impl Debug for Balance

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