Estated v0.2.0 Estated.PropertyRequest.Split View Source

Request a property with a combined street address and a separate city, state, and zip code.

Link to this section Summary

Types

Full street address.

t()

Request a property with a combined street address and a separate city, state, and zip code.

Link to this section Types

Link to this type

street_address()

View Source (since 0.2.0)
street_address() :: String.t()

Full street address.

Eg. 1101 Sloan St

Link to this type

t()

View Source (since 0.2.0)
t() :: %Estated.PropertyRequest.Split{
  city: Estated.Property.Address.city(),
  state: Estated.Property.Address.state(),
  street_address: street_address(),
  zip_code: Estated.Property.Address.zip_code() | nil
}

Request a property with a combined street address and a separate city, state, and zip code.