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

Somalia IBAN parsing rules

Examples

    iex>  %IbanEx.Iban{
    ...>    country_code: "SO",
    ...>    check_digits: "21",
    ...>    bank_code: "1000",
    ...>    branch_code: "001",
    ...>    national_check: nil,
    ...>    account_number: "001000100141"
    ...>  }
    ...>  |> IbanEx.Country.SO.to_string()
    "SO 21 1000 001 001000100141"

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)