View Source Plaid.Accounts.Account (plaid v3.3.0)
Plaid Account data structure.
Link to this section Summary
Link to this section Types
@type 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() }