View Source Chargebeex.BankAccount (chargebeex v0.2.0)

Link to this section Summary

Link to this section Types

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

Link to this section Functions

Link to this function

build(map_or_kwlist, opts \\ [])

View Source
@spec build(ExConstructor.map_or_kwlist(), Keyword.t()) :: %Chargebeex.BankAccount{
  account_holder_type: term(),
  account_type: term(),
  bank_name: term(),
  echeck_type: term(),
  email: term(),
  first_name: term(),
  last4: term(),
  last_name: term(),
  mandate_id: term(),
  name_on_account: term()
}