UserAccount
in package
Class Account
Attributes
- #[Schema]
Table of Contents
Properties
- $api_key : string|null
- $company : UserCompany|null
- $company_access : array<string|int, CompanyAccess>|null
- $email : string|null
- $email_activation : bool
- $id : int
- account ID
- $is_active : bool
- $is_company_admin : bool|null
- $is_deleted : bool
- $last_client : string|null
- $last_ip : string|null
- $last_login_date : string|null
- $login : string|null
- $parent_id : int|null
- parent account ID. staff contained partner account ID in this field
- $person : UserPerson|null
- $registration_date : string|null
- $staff_access : array<string|int, StaffAccess>|null
- $token : string|null
- $uniq_key : string|null
- $user_groups : array<string|int, UserGroup>|null
Properties
$api_key
public
string|null
$api_key
Attributes
- #[Property]
$company
public
UserCompany|null
$company
Attributes
- #[Property]
$company_access
public
array<string|int, CompanyAccess>|null
$company_access
Attributes
- #[Property]
public
string|null
$email
Attributes
- #[Property]
$email_activation
public
bool
$email_activation
Attributes
- #[Property]
$id
account ID
public
int
$id
Attributes
- #[Property]
$is_active
public
bool
$is_active
Attributes
- #[Property]
$is_company_admin
public
bool|null
$is_company_admin
Attributes
- #[Property]
$is_deleted
public
bool
$is_deleted
Attributes
- #[Property]
$last_client
public
string|null
$last_client
Attributes
- #[Property]
$last_ip
public
string|null
$last_ip
Attributes
- #[Property]
$last_login_date
public
string|null
$last_login_date
Attributes
- #[Property]
$login
public
string|null
$login
Attributes
- #[Property]
$parent_id
parent account ID. staff contained partner account ID in this field
public
int|null
$parent_id
Attributes
- #[Property]
$person
public
UserPerson|null
$person
Attributes
- #[Property]
$registration_date
public
string|null
$registration_date
Attributes
- #[Property]
$staff_access
public
array<string|int, StaffAccess>|null
$staff_access
Attributes
- #[Property]
$token
public
string|null
$token
Attributes
- #[Property]
$uniq_key
public
string|null
$uniq_key
Attributes
- #[Property]
$user_groups
public
array<string|int, UserGroup>|null
$user_groups
Attributes
- #[Property]