View Source Plaid.Institutions.Institution.Credentials (plaid v3.3.0)

Plaid Institution Credentials data structure.

Link to this section Summary

Link to this section Types

@type t() :: %Plaid.Institutions.Institution.Credentials{
  label: String.t(),
  name: String.t(),
  type: String.t()
}