ISO20022.Camt053.Account (ISO20022 v0.1.0)

Copy Markdown View Source

Account identification from <Acct> within a statement.

Either iban or other_id will be present; both may be nil for unusual account formats.

Summary

Types

t()

@type t() :: %ISO20022.Camt053.Account{
  currency: String.t() | nil,
  iban: String.t() | nil,
  name: String.t() | nil,
  other_id: String.t() | nil,
  other_scheme: String.t() | nil,
  servicer_bic: String.t() | nil
}