Polarex.Address (Polarex v0.2.0)

View Source

Provides struct and type for a Address

Summary

Types

t()

@type t() :: %Polarex.Address{
  city: String.t() | nil,
  country: String.t(),
  line1: String.t() | nil,
  line2: String.t() | nil,
  postal_code: String.t() | nil,
  state: String.t() | nil
}