Struct plaid::api::product::income::Income [] [src]

pub struct Income;

The Income endpoint.

Trait Implementations

impl Product for Income

type Data = IncomeData

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

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

Derived Implementations

impl Debug for Income

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