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

Andorra IBAN parsing rules

Examples

    iex>  %IbanEx.Iban{
    ...>    country_code: "AD",
    ...>    check_digits: "12",
    ...>    bank_code: "0001",
    ...>    branch_code: "2030",
    ...>    national_check: nil,
    ...>    account_number: "200359100100"
    ...>  }
    ...>  |> IbanEx.Country.AD.to_string()
    "AD 12 0001 2030 200359100100"

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)