Struct plaid::api::data::account::Meta [] [src]

pub struct Meta {
    pub name: Option<Name>,
    pub number: Option<String>,
    pub limit: Option<Amount>,
}

Any meta-data associated with the account.

Fields

name

Name of the account (e.g "Plaid credit card".)

number

Number associated with the name.

limit

Any limit associated with the account, if it's a credit card.

Trait Implementations

Derived Implementations

impl Decodable for Meta

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

impl Debug for Meta

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