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

Plaid Account Number data structure.

There are 2 types of numbers that Plaid supports: ACH and EFT, the latter being specific to Canadian banking.

Link to this section Summary

Link to this section Types

Specs

t() :: %Plaid.Auth.Numbers{
  ach: [Plaid.Auth.Numbers.ACH.t()],
  bacs: [Plaid.Auth.Numbers.BACS.t()],
  eft: [Plaid.Auth.Numbers.EFT.t()],
  international: [Plaid.Auth.Numbers.International.t()]
}