Humaans.Resources.BankAccount (Humaans v0.4.0)

View Source

Representation of a Bank Account resource.

Summary

Types

t()

@type t() :: %Humaans.Resources.BankAccount{
  account_number: binary() | nil,
  bank_name: binary() | nil,
  created_at: binary() | nil,
  id: binary() | nil,
  name_on_account: binary() | nil,
  person_id: binary() | nil,
  routing_number: binary() | nil,
  sort_code: binary() | nil,
  swift_code: binary() | nil,
  updated_at: binary() | nil
}

Functions

new(map_or_kwlist, opts \\ [])

@spec new(ExConstructor.map_or_kwlist(), Keyword.t()) ::
  %Humaans.Resources.BankAccount{
    account_number: term(),
    bank_name: term(),
    created_at: term(),
    id: term(),
    name_on_account: term(),
    person_id: term(),
    routing_number: term(),
    sort_code: term(),
    swift_code: term(),
    updated_at: term()
  }