View Source AddressUS.Street (AddressUS v0.4.2)

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

Summary

Functions

Struct containing the Street information.

Types

@type t() :: %AddressUS.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()
}

Functions

Link to this function

%AddressUS.Street{}

View Source (struct)

Struct containing the Street information.