ExTeal.Place (ExTeal v0.21.0) View Source

The core struct that represents and validates an address

Link to this section Summary

Link to this section Types

Specs

t() :: %ExTeal.Place{
  address: term(),
  address_line_2: term(),
  city: term(),
  company: term(),
  country: term(),
  id: term(),
  state: term(),
  zip: term()
}

Link to this section Functions

Link to this function

changeset(place, params \\ %{})

View Source

Specs

changeset(t(), map()) :: Ecto.Changeset.t()