Current section

Files

Jump to
mt940 lib model valuta_balance.ex
Raw

lib/model/valuta_balance.ex

defmodule MT940.ValutaBalance do
@moduledoc ~S"""
## Closing Available Balance (Available Funds)
Indicates the funds which are available to the account owner (if credit
balance) or the balance which is subject to interest charges (if debit
balance).
"""
use MT940.Balance
end