Estated v0.1.0 Estated.ParsedPropertyRequest View Source

Request a property with an address fully parsed into its elements.

Link to this section Summary

Types

t()

Request a property with an address fully parsed into its elements.

Link to this section Types

Link to this type

t()

View Source (since 0.1.0)
t() :: %Estated.ParsedPropertyRequest{
  city: Estated.Address.city(),
  state: Estated.Address.state(),
  street_name: Estated.Address.street_name(),
  street_number: Estated.Address.street_number() | nil,
  street_post_direction: Estated.Address.street_post_direction() | nil,
  street_pre_direction: Estated.Address.street_pre_direction() | nil,
  street_suffix: Estated.Address.street_suffix() | nil,
  unit_number: Estated.Address.unit_number() | nil,
  unit_type: Estated.Address.unit_type() | nil,
  zip_code: Estated.Address.zip_code() | nil
}

Request a property with an address fully parsed into its elements.