Cnpja.CnpjList (Cnpja v0.2.0)

Copy Markdown View Source

Saved CNPJ list on the CNPJá account.

Lists store tax IDs (or search filters) for asynchronous bulk export.

Summary

Types

t()

@type t() :: %Cnpja.CnpjList{
  created: String.t() | nil,
  description: String.t() | nil,
  id: String.t(),
  items: [String.t()],
  limit: number() | nil,
  query: map() | nil,
  size: number() | nil,
  title: String.t(),
  updated: String.t() | nil
}