View Source ExTeal.Place (ExTeal v0.27.7)

The core struct that represents and validates an address

Summary

Types

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

Functions

Link to this function

changeset(place, params \\ %{})

View Source
@spec changeset(t(), map()) :: Ecto.Changeset.t()