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