Current section

Files

Jump to
mt940 lib model account_balance.ex
Raw

lib/model/account_balance.ex

defmodule MT940.AccountBalance do
@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.
"""
use MT940.Balance
end