BexioApiClient.Contacts.AdditionalAddress (bexio_api_client v0.7.0)

Bexio Additional Address Module.

Link to this section Summary

Types

t()

Bexio Additional Address.

Link to this section Types

@type t() :: %BexioApiClient.Contacts.AdditionalAddress{
  address: String.t(),
  city: String.t(),
  country_id: integer(),
  description: String.t(),
  id: integer(),
  name: String.t(),
  postcode: String.t(),
  subject: String.t()
}

Bexio Additional Address.

fields

Fields:

  • :id - automatic id given by bexio
  • :name - name
  • :address - street and additional address information
  • :postcode - postal code / zip
  • :city - city
  • :country_id - reference to a TODO: country object
  • :subject - title for the address
  • :description - full description of the address (internal)