MT940.CustomerStatementMessage

This is a beautification wrapper around the low-level MT940.Parser.parse! command. Use it in order to make dealing with data easier.

Source

Summary

account_number(arg1)
bank_code(arg1)
closing_balance(arg1)
parse!(data)
parse_file!(filename)
statement_lines(arg1)

Functions

account_number(arg1)
Source
bank_code(arg1)
Source
closing_balance(arg1)
Source
parse!(data)

Specs:

  • parse!(binary) :: list
Source
parse_file!(filename)

Specs:

  • parse_file!(binary) :: list
Source
statement_lines(arg1)
Source