Struct plaid::api::product::info::Info
[−]
[src]
pub struct Info;
The definition of the Info Product.
pub struct Info;
The definition of the Info Product.
impl Product for Info
type Data = InfoData
fn description<'a>(&self) -> &'a str
fn endpoint<'a, 'b>(&self, payload: &'b Payload) -> &'a str
impl Debug for Info