View Source Plaid.Auth.Numbers.International (plaid v3.3.0)

Plaid Account Number Institution data structure.

Link to this section Summary

Link to this section Types

@type t() :: %Plaid.Auth.Numbers.International{
  account_id: String.t(),
  bic: String.t(),
  iban: String.t()
}