Estated v0.1.0 Estated.Owner View Source

Current owner details taken from either the assessment.

Link to this section Summary

Types

The city where the current tax bill is mailed.

The address where the current tax bill is mailed (not including unit).

Assessed owner names.

Description of the owner occupancy.

The state abbreviation where the current tax bill is mailed; XX for out of country addresses.

t()

Current owner details taken from either the assessment.

The unit number.

The unit type.

The zip code where the current tax bill is mailed.

Four digit postal zip extension for where the tax bill is mailed.

Link to this section Types

Link to this type

city()

View Source (since 0.1.0)
city() :: String.t()

The city where the current tax bill is mailed.

In the case it is out of the USA, the country will also be located here.

Eg. ATLANTA

Link to this type

formatted_street_address()

View Source (since 0.1.0)
formatted_street_address() :: String.t()

The address where the current tax bill is mailed (not including unit).

Eg. 123 MAIN ST

Link to this type

name()

View Source (since 0.1.0)
name() :: String.t()

Assessed owner names.

Eg. "SMITH, JOHN; SMITH, JANE" or "SMITH JOHN & JANE"

Link to this type

owner_occupied()

View Source (since 0.1.0)
owner_occupied() :: String.t()

Description of the owner occupancy.

Can be "YES" or "PROBABLE". Data not available if null.

Eg. YES

Link to this type

state()

View Source (since 0.1.0)
state() :: String.t()

The state abbreviation where the current tax bill is mailed; XX for out of country addresses.

Eg. GA

Link to this type

t()

View Source (since 0.1.0)
t() :: %Estated.Owner{
  city: city() | nil,
  formatted_street_address: formatted_street_address() | nil,
  name: name() | nil,
  owner_occupied: owner_occupied() | nil,
  state: state() | nil,
  unit_number: unit_number() | nil,
  unit_type: unit_type() | nil,
  zip_code: zip_code() | nil,
  zip_plus_four_code: zip_plus_four_code() | nil
}

Current owner details taken from either the assessment.

Link to this type

unit_number()

View Source (since 0.1.0)
unit_number() :: String.t()

The unit number.

Eg. 104

Link to this type

unit_type()

View Source (since 0.1.0)
unit_type() :: String.t()

The unit type.

Eg. APT

Link to this type

zip_code()

View Source (since 0.1.0)
zip_code() :: String.t()

The zip code where the current tax bill is mailed.

Eg. 30342

Link to this type

zip_plus_four_code()

View Source (since 0.1.0)
zip_plus_four_code() :: String.t()

Four digit postal zip extension for where the tax bill is mailed.

Eg. 3019