plaid v1.8.0 Plaid.Auth.Numbers.ACH View Source

Plaid Account Number data structure.

Link to this section Summary

Link to this section Types

Link to this type

t()

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