pinxs v2.0.3 PINXS.BankAccounts.BankAccount View Source

Link to this section Summary

Functions

Create a bank account

Link to this section Types

Link to this type t() View Source
t() :: %PINXS.BankAccounts.BankAccount{
  bank_name: String.t(),
  branch: String.t(),
  bsb: String.t(),
  name: String.t(),
  number: String.t(),
  token: nil | String.t()
}

Link to this section Functions

Create a bank account