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

Plaid Account Number BACS data structure.

Link to this section Summary

Link to this section Types

@type t() :: %Plaid.Auth.Numbers.BACS{
  account: String.t(),
  account_id: String.t(),
  sort_code: String.t()
}