# `ISO20022.Camt053.Account`
[🔗](https://github.com/ARTARNA/ex_iso20022/blob/main/lib/iso_20022/camt/053/account.ex#L1)

Account identification from `<Acct>` within a statement.

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

# `t`

```elixir
@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
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
