plaid v1.1.0 Plaid.Accounts.Account

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %Plaid.Accounts.Account{
  account_id: String.t(),
  balances: Plaid.Accounts.Account.Balance.t(),
  mask: String.t(),
  name: String.t(),
  official_name: String.t(),
  subtype: String.t(),
  type: String.t()
}