See IbanEx.Formatter.compact/1.
IbanEx.Formatter.compact/1
See IbanEx.Formatter.pretty/1.
IbanEx.Formatter.pretty/1
See IbanEx.Formatter.splitted/1.
IbanEx.Formatter.splitted/1
See IbanEx.Serialize.to_map/1.
IbanEx.Serialize.to_map/1
See IbanEx.Serialize.to_string/1.
IbanEx.Serialize.to_string/1
@type t() :: %IbanEx.Iban{ account_number: String.t(), bank_code: String.t(), branch_code: String.t() | nil, check_digits: String.t(), country_code: <<_::16>>, national_check: String.t() | nil }
@spec compact(t()) :: binary()
@spec pretty(t()) :: binary()
@spec splitted(t()) :: binary()
@spec to_map(t()) :: map()
@spec to_string(t()) :: binary()