Current section

Files

Jump to
mt940 lib model closing_balance.ex
Raw

lib/model/closing_balance.ex

defmodule MT940.ClosingBalance do
use MT940.Balance
@moduledoc ~S"""
## Closing Balance (Booked Funds)
Indicating for the (intermediate) closing balance, whether it is a debit or
credit balance, the date, the currency, and the amount of the balance.
"""
end