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

Structure for holding an existing contact.

Link to this section Summary

Link to this section Types

Specs

t() :: %LexOffice.Model.Contact.Person{
  firstName: String.t(),
  lastName: String.t(),
  salutation: String.t() | nil
}