View Source Plaid.Accounts.Account (plaid v3.4.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(), holder_category: String.t() | nil, mask: String.t(), name: String.t(), official_name: String.t(), owners: [Plaid.Accounts.Account.Owner.t()], persistent_account_id: String.t(), subtype: String.t(), type: String.t(), verification_name: String.t(), verification_status: String.t() }