Estated v0.2.0 Estated.PropertyRequest.Parsed View Source
Request a property with an address fully parsed into its elements.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source (since 0.2.0)t() :: %Estated.PropertyRequest.Parsed{ city: Estated.Property.Address.city(), state: Estated.Property.Address.state(), street_name: Estated.Property.Address.street_name(), street_number: Estated.Property.Address.street_number() | nil, street_post_direction: Estated.Property.Address.street_post_direction() | nil, street_pre_direction: Estated.Property.Address.street_pre_direction() | nil, street_suffix: Estated.Property.Address.street_suffix() | nil, unit_number: Estated.Property.Address.unit_number() | nil, unit_type: Estated.Property.Address.unit_type() | nil, zip_code: Estated.Property.Address.zip_code() | nil }
Request a property with an address fully parsed into its elements.