# `Cnpja.StateRegistration`
[🔗](https://github.com/devaction-labs/cnpja_ex/blob/v0.1.2/lib/cnpja/shared/state_registration.ex#L1)

State tax registration (Inscrição Estadual) of an establishment.

# `t`

```elixir
@type t() :: %Cnpja.StateRegistration{
  enabled: boolean(),
  number: String.t(),
  state: String.t(),
  status: Cnpja.Label.t() | nil,
  status_date: String.t() | nil,
  type: Cnpja.Label.t() | nil
}
```

# `from_map`

```elixir
@spec from_map(map()) :: t()
```

---

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