View Source AddressUS.Address (AddressUS v0.4.2)

Container for the struct that contains the Address information.

Summary

Functions

Struct containing Address information.

Types

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

Functions

Link to this function

%AddressUS.Address{}

View Source (struct)

Struct containing Address information.