Cnpja.SimplesOpt (Cnpja v0.1.2)

Copy Markdown View Source

Simples Nacional enrollment or MEI classification data.

Summary

Types

t()

@type t() :: %Cnpja.SimplesOpt{
  history: [Cnpja.SimplesHistory.t()],
  optant: boolean(),
  since: String.t() | nil
}

Functions

from_map(map)

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

from_map_nullable(map)

@spec from_map_nullable(map() | nil) :: t() | nil