Plaid.Accounts.Account (plaid v2.5.0) View Source
Plaid Account data structure.
Link to this section Summary
Link to this section Types
Specs
t() :: %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(),
verification_status: String.t()
}