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

Plaid Account Number ACH data structure.

Link to this section Summary

Link to this section Types

@type t() :: %Plaid.Auth.Numbers.ACH{
  account: String.t(),
  account_id: String.t(),
  routing: String.t(),
  wire_routing: String.t()
}