Address (AddressUS v0.4.1) View Source

Container for the struct that contains the Address information.

Link to this section Summary

Functions

Struct containing Address information.

Link to this section Types

Specs

t() :: %Address{
  city: String.t(),
  plus_4: String.t(),
  postal: String.t(),
  state: String.t(),
  street: Street.t()
}

Link to this section Functions

Struct containing Address information.