Documentation

UserCompany
in package

Attributes
#[Schema]

Table of Contents

Properties

$address  : string|null
Company address
$city  : string|null
city name
$country_iso  : string|null
company country 2 letter code. example: "ae"
$fax  : string|null
Company fax
$first_name  : string|null
contact person first name
$id  : int
Company ID
$last_name  : string|null
contact person last name
$members  : array<string|int, UserAccount>|null
company members list
$name  : string|null
Company name
$phone  : string|null
Company phone

Properties

$address

Company address

public string|null $address
Attributes
#[Property]

$city

city name

public string|null $city
Attributes
#[Property]

$country_iso

company country 2 letter code. example: "ae"

public string|null $country_iso
Attributes
#[Property]

$fax

Company fax

public string|null $fax
Attributes
#[Property]

$first_name

contact person first name

public string|null $first_name
Attributes
#[Property]

$id

Company ID

public int $id
Attributes
#[Property]

$last_name

contact person last name

public string|null $last_name
Attributes
#[Property]

$name

Company name

public string|null $name
Attributes
#[Property]

$phone

Company phone

public string|null $phone
Attributes
#[Property]
On this page

Search results