plaid v2.1.0 Plaid.Accounts.Account View Source
Plaid Account data structure.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: %Plaid.Accounts.Account{
account_id: String.t(),
balances: Plaid.Accounts.Account.Balance.t(),
mask: String.t(),
name: String.t(),
official_name: String.t(),
owners: [Plaid.Accounts.Account.Owner.t()],
subtype: String.t(),
type: String.t()
}