LexOffice.Model.Address (lexoffice.de API v0.1.9) View Source

Structure for holding an existing Address record.

Link to this section Summary

Link to this section Types

Specs

t() :: %LexOffice.Model.Address{
  city: String.t(),
  countryCode: String.t(),
  id: String.t(),
  name: String.t(),
  street: String.t(),
  supplement: String.t(),
  zip: String.t()
}