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

Plaid Account Number ACH data structure.

Link to this section Summary

Link to this section Types

Specs

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