# `TigerBeetlex.CDC.AccountFlags`
[🔗](https://github.com/rbino/tigerbeetlex/blob/0.16.78/lib/tigerbeetlex/cdc/account_flags.ex#L1)

A struct representing AccountFlags in a TigerBeetle CDC event, see
[Change Data Capture](https://docs.tigerbeetle.com/operating/cdc/#message-content)

This is the same as `TigerBeetlex.AccountFlags`, just moved to the
`CDC` namespace for consistency.

# `t`

```elixir
@type t() :: %TigerBeetlex.CDC.AccountFlags{
  closed: boolean(),
  credits_must_not_exceed_debits: boolean(),
  debits_must_not_exceed_credits: boolean(),
  history: boolean(),
  imported: boolean(),
  linked: boolean()
}
```

---

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