View Source IbanEx.Country.OM (iban_ex v0.1.9)

Oman IBAN parsing rules

Examples

    iex>  %IbanEx.Iban{
    ...>    country_code: "OM",
    ...>    check_digits: "81",
    ...>    bank_code: "018",
    ...>    account_number: "0000001299123456"
    ...>  }
    ...>  |> IbanEx.Country.OM.to_string()
    "OM 81 018 0000001299123456"

Summary

Functions

Return Regex for parsing complete BBAN (part of IBAN string)

Functions

@spec rule() :: Regex.t()

Return Regex for parsing complete BBAN (part of IBAN string)