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

Ukrainian IBAN parsing rules

Examples

    iex>  %IbanEx.Iban{
    ...>    country_code: "UA",
    ...>    check_digits: "21",
    ...>    bank_code: "322313",
    ...>    branch_code: nil,
    ...>    national_check: nil,
    ...>    account_number: "0000026007233566001"
    ...>  }
    ...>  |> IbanEx.Country.UA.to_string()
    "UA 21 322313 0000026007233566001"

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)