ExNylas.Contact.Build.PhysicalAddress (ExNylas v0.11.0)

Copy Markdown View Source

Summary

Types

t()

@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
}