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. |