UserCompany
in package
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
- $last_name : string|null
- contact person last name
- $name : string|null
- Company name
- $phone : string|null
- Company phone
Properties
$address
Company address
public
string|null
$address
$city
city name
public
string|null
$city
$country_iso
company country 2 letter code. example: "ae"
public
string|null
$country_iso
$fax
Company fax
public
string|null
$fax
$first_name
contact person first name
public
string|null
$first_name
$last_name
contact person last name
public
string|null
$last_name
$name
Company name
public
string|null
$name
$phone
Company phone
public
string|null
$phone