View Source IbanEx.Country.HN (iban_ex v0.1.9)
Honduras IBAN parsing rules
Examples
iex> %IbanEx.Iban{
...> country_code: "HN",
...> check_digits: "88",
...> bank_code: "CABF",
...> account_number: "00000000000250005469"
...> }
...> |> IbanEx.Country.HN.to_string()
"HN 88 CABF 00000000000250005469"
Summary
Functions
@spec rule() :: Regex.t()
Return Regex for parsing complete BBAN (part of IBAN string)