PlaidEx.Schemas.Institution (plaid_ex v1.0.0)

Copy Markdown View Source

A financial institution from Plaid's institution database.

Summary

Types

t()

@type t() :: %PlaidEx.Schemas.Institution{
  country_codes: [String.t()],
  dtc_numbers: [String.t()],
  institution_id: String.t(),
  logo: String.t() | nil,
  name: String.t(),
  oauth: boolean(),
  primary_color: String.t() | nil,
  products: [String.t()],
  routing_numbers: [String.t()],
  status: map() | nil,
  url: String.t() | nil
}

Functions

from_map(map)

@spec from_map(map()) :: t()