View Source IbanEx.Iban (iban_ex v0.1.0)

Summary

Types

@type t() :: %IbanEx.Iban{
  account_number: String.t(),
  bank_code: String.t(),
  branch_code: String.t() | nil,
  check_digits: String.t(),
  country_code: <<_::16>>,
  national_check: String.t() | nil
}

Functions