Street (AddressUS v0.4.1) View Source

Container for the struct that contains the Street information for an address.

Link to this section Summary

Functions

Struct containing the Street information.

Link to this section Types

Specs

t() :: %Street{
  name: String.t(),
  pmb: String.t(),
  post_direction: String.t(),
  pre_direction: String.t(),
  primary_number: String.t(),
  secondary_designator: String.t(),
  secondary_value: String.t(),
  suffix: String.t()
}

Link to this section Functions

Struct containing the Street information.