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

Macedonia IBAN parsing rules

Examples

    iex>  %IbanEx.Iban{
    ...>    country_code: "MK",
    ...>    check_digits: "07",
    ...>    bank_code: "250",
    ...>    branch_code: nil,
    ...>    national_check: "84",
    ...>    account_number: "1200000589"
    ...>  }
    ...>  |> IbanEx.Country.MK.to_string()
    "MK 07 250 1200000589 84"

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)