View Source IbanEx.Country.VG (iban_ex v0.1.8)
British Virgin Islands IBAN parsing rules
Examples
iex> %IbanEx.Iban{
...> country_code: "VG",
...> check_digits: "96",
...> bank_code: "VPVG",
...> branch_code: nil,
...> national_check: nil,
...> account_number: "0000012345678901"
...> }
...> |> IbanEx.Country.VG.to_string()
"VG 96 VPVG 0000012345678901"
Summary
Functions
@spec rule() :: Regex.t()
Return Regex for parsing complete BBAN (part of IBAN string)