ISO20022.Camt053.Document (ISO20022 v0.1.0)

Copy Markdown View Source

Top-level container for a parsed camt.053 (BankToCustomerStatement) message.

Corresponds to the <Document><BkToCstmrStmt> root element.

Summary

Types

t()

@type t() :: %ISO20022.Camt053.Document{
  group_header: ISO20022.Camt053.GroupHeader.t(),
  statements: [ISO20022.Camt053.Statement.t()]
}