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

Iraq IBAN parsing rules

Examples

    iex>  %IbanEx.Iban{
    ...>    country_code: "IQ",
    ...>    check_digits: "98",
    ...>    bank_code: "NBIQ",
    ...>    branch_code: "850",
    ...>    account_number: "123456789012"
    ...>  }
    ...>  |> IbanEx.Country.IQ.to_string()
    "IQ 98 NBIQ 850 123456789012"

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)