Cnpja.OfficeSearch (Cnpja v0.1.2)

Copy Markdown View Source

Paginated result of an establishment search.

Summary

Types

t()

@type t() :: %Cnpja.OfficeSearch{
  count: integer(),
  limit: integer() | nil,
  next: String.t() | nil,
  records: [Cnpja.Office.t()]
}

Functions

from_map(map)

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