LexOffice.Model.CreateContact (lexoffice.de API v0.1.9) View Source
Structure for creating a new contact.
Link to this section Summary
Link to this section Types
Specs
t() :: %LexOffice.Model.CreateContact{
addresses: LexOffice.Model.Contact.Addresses.t(),
company: LexOffice.Model.Contact.Company.t(),
person: LexOffice.Model.Contact.Person.t(),
roles: LexOffice.Model.Contact.Roles.t()
}