PolarExpress.Schemas.AddressDict (polar_express v0.1.5)

Copy Markdown View Source

AddressDict

Summary

Types

t()

@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

Functions

schema_name()