Cnpja.Country (Cnpja v0.1.2)

Copy Markdown View Source

Country per the M49 standard table.

Summary

Types

t()

@type t() :: %Cnpja.Country{id: integer(), name: String.t()}

Functions

from_map(map)

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

from_map_nullable(map)

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