Cepex.Address (cepex v0.1.0) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %Cepex.Address{
  address: nil | String.t(),
  cep: nil | String.t(),
  city: nil | String.t(),
  complement: nil | String.t(),
  http_response: nil | Cepex.HTTP.Response.t(),
  neighborhood: nil | String.t(),
  state: nil | String.t()
}