BexioApiClient.Others.User (bexio_api_client v0.7.0)

Bexio User Module.

Link to this section Summary

Types

t()

Bexio User.

Link to this section Types

@type t() :: %BexioApiClient.Others.User{
  accountant?: boolean(),
  email: String.t(),
  firstname: String.t() | nil,
  id: integer(),
  lastname: String.t() | nil,
  salutation_type: :male | :female | nil,
  superadmin?: boolean()
}

Bexio User.