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

Structure for holding a List of existing Contact Roles.

Link to this section Summary

Link to this section Types

Specs

t() :: %LexOffice.Model.Contact.Roles{
  customer: LexOffice.Model.Contact.Role.t() | nil,
  vendor: LexOffice.Model.Contact.Role.t() | nil
}