View Source IbanEx.Country.AE (iban_ex v0.1.8)

United Arab Emirates IBAN parsing rules

Examples

    iex>  %IbanEx.Iban{
    ...>    country_code: "AE",
    ...>    check_digits: "07",
    ...>    bank_code: "033",
    ...>    branch_code: nil,
    ...>    national_check: nil,
    ...>    account_number: "1234567890123456"
    ...>  }
    ...>  |> IbanEx.Country.AE.to_string()
    "AE 07 033 1234567890123456"

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)