plaid v2.3.0 Plaid.Auth.Numbers 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
Link to this type
t()
View Sourcet() :: %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()] }