View Source Chargebeex.BankAccount (chargebeex v0.1.0)

Link to this section Summary

Link to this section Types

@type t() :: %Chargebeex.BankAccount{
  account_holder_type: String.t(),
  account_type: String.t(),
  bank_name: String.t(),
  echeck_type: String.t(),
  email: String.t(),
  first_name: String.t(),
  last4: String.t(),
  last_name: String.t(),
  mandate_id: String.t(),
  name_on_account: String.t()
}

Link to this section Functions