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