plaid v1.9.1 Plaid.Institutions.Institution View Source

Plaid Institution data structure.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Plaid.Institutions.Institution{
  brand_name: String.t(),
  brand_subheading: String.t(),
  colors: Plaid.Institutions.Institution.Colors.t(),
  credentials: [Plaid.Institutions.Institution.Credentials.t()],
  has_mfa: false | true,
  health_status: String.t(),
  institution_id: String.t(),
  legacy_institution_code: String.t(),
  legacy_institution_type: String.t(),
  link_health_status: String.t(),
  logo: String.t(),
  mfa: [String.t()],
  mfa_code_type: String.t(),
  name: String.t(),
  name_break: String.t(),
  portal: String.t(),
  products: [String.t()],
  request_id: String.t(),
  url: String.t(),
  url_account_locked: String.t(),
  url_account_setup: String.t(),
  url_forgotten_password: String.t()
}