pinxs v3.0.0 PINXS.BankAccounts.BankAccount View Source

Used for interacting with BankAccounts in Pin Payments

Link to this section Summary

Functions

Create a bank account

Link to this section Types

Specs

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

Link to this function

create(bank_account, config)

View Source

Create a bank account