Current section
Files
Jump to
Current section
Files
lib/model/account_balance.ex
defmodule MT940.AccountBalance do
use MT940.Balance
@moduledoc ~S"""
## Opening Balance
Indicating for the (intermediate) opening balance, whether it is a debit or
credit balance, the date, the currency, and the amount of the balance.
"""
end