View Source IbanEx.Country.BY (iban_ex v0.1.9)
Belarus IBAN parsing rules
Examples
iex> %IbanEx.Iban{
...> country_code: "BY",
...> check_digits: "13",
...> bank_code: "NBRB",
...> account_number: "3600900000002Z00AB00"
...> }
...> |> IbanEx.Country.BY.to_string()
"BY 13 NBRB 3600900000002Z00AB00"
Summary
Functions
@spec rule() :: Regex.t()
Return Regex for parsing complete BBAN (part of IBAN string)