plaid v1.1.1 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 Source
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()
}