View Source ExNylas.Contact.Build.PhysicalAddress (ExNylas v0.9.0)

Summary

Types

@type t() :: %ExNylas.Contact.Build.PhysicalAddress{
  city: String.t() | nil,
  country: String.t() | nil,
  format: String.t() | nil,
  postal_code: String.t() | nil,
  state: String.t() | nil,
  street_address: String.t() | nil,
  type: String.t() | nil
}