Struct plaid::identity::AccountWithOwners [−][src]
Fields
account_id: StringPlaid’s unique identifier for the account.
balances: AccountBalancesA set of fields describing the balance for an account.
mask: Option<String>The last 2-4 alphanumeric characters of an account's official account number. Note that the mask may be non-unique between an Item's accounts, and it may also not match the mask that the bank displays to the user.
name: StringThe name of the account, either assigned by the user or by the financial institution itself
official_name: Option<String>The official name of the account as given by the financial institution
type: StringPossible values: investment, credit, depository, loan, brokerage, other
subtype: Option<String>Possible values: 401a, 401k, 403B, 457b, 529, brokerage, cash isa, education savings account, gic, health reimbursement arrangement, hsa, isa, ira, lif, lira, lrif, lrsp, non-taxable brokerage account, other, prif, rdsp, resp, rlif, rrif, pension, profit sharing plan, retirement, roth, roth 401k, rrsp, sep ira, simple ira, sipp, stock plan, thrift savings plan, tfsa, trust, ugma, utma, variable annuity, credit card, paypal, cd, checking, savings, money market, prepaid, auto, commercial, construction, consumer, home, home equity, loan, mortgage, overdraft, line of credit, student, cash management, keogh, mutual fund, recurring, rewards, safe deposit, sarsep
verification_status: Option<String>The current verification status of an Auth Item initiated through Automated or Manual micro-deposits. Returned for Auth Items only.
owners: Vec<Identity>Data returned by the financial institution about the account owner or owners.
Trait Implementations
impl Clone for AccountWithOwners[src]
fn clone(&self) -> AccountWithOwners[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for AccountWithOwners[src]
impl<'de> Deserialize<'de> for AccountWithOwners[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl RefUnwindSafe for AccountWithOwners[src]
impl Send for AccountWithOwners[src]
impl Sync for AccountWithOwners[src]
impl Unpin for AccountWithOwners[src]
impl UnwindSafe for AccountWithOwners[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,