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

Plaid Account Number EFT data structure

Link to this section Summary

Link to this section Types

@type t() :: %Plaid.Auth.Numbers.EFT{
  account: String.t(),
  account_id: String.t(),
  branch: String.t(),
  institution: String.t()
}