View Source Plaid.Identity.Match.Account (elixir_plaid v1.2.1)

Plaid Identity Match Account schema..

Link to this section Summary

Link to this section Types

Specs

t() :: %Plaid.Identity.Match.Account{
  account_id: String.t(),
  address: Plaid.Identity.Match.Account.Address.t() | nil,
  balances: Plaid.Account.Balances.t() | nil,
  email_address: Plaid.Identity.Match.Account.EmailAddress.t() | nil,
  legal_name: Plaid.Identity.Match.Account.LegalName.t() | nil,
  mask: String.t() | nil,
  name: String.t(),
  official_name: String.t() | nil,
  persistent_account_id: String.t(),
  phone_number: Plaid.Identity.Match.Account.PhoneNumber.t() | nil,
  subtype: String.t() | nil,
  type: String.t(),
  verification_status: String.t()
}