Provides struct and type for a Address
@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 }