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

See [AccountFlags](https://docs.tigerbeetle.com/reference/account#flags).

# `t`

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

# `from_binary`

```elixir
@spec from_binary(binary :: &lt;&lt;_::16&gt;&gt;) :: t()
```

Creates a `TigerBeetlex.AccountFlags` struct from its binary representation.

# `to_binary`

```elixir
@spec to_binary(flags :: t()) :: &lt;&lt;_::16&gt;&gt;
```

Converts a `TigerBeetlex.AccountFlags` struct to its binary represenation.

---

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