View Source IbanEx.Country.SC (iban_ex v0.1.9)
Seychelles IBAN parsing rules
Examples
iex> %IbanEx.Iban{
...> country_code: "SC",
...> check_digits: "18",
...> bank_code: "SSCB11",
...> branch_code: "01",
...> account_number: "0000000000001497USD"
...> }
...> |> IbanEx.Country.SC.to_string()
"SC 18 SSCB11 01 0000000000001497USD"
Summary
Functions
@spec rule() :: Regex.t()
Return Regex for parsing complete BBAN (part of IBAN string)