Documentation

OccupationUpdate extends BaseComponent
in package

Table of Contents

Properties

$begin_date  : string|null
$business_name  : string|null
$business_url  : string|null
$currently_employed  : bool|null
$end_date  : string|null
$industry  : string|null
$job_function  : string|null
$job_title  : string|null
$matching_gift  : string|null
$occupation  : string|null
$organization  : string|null
$parent_company  : string|null
$specialty  : string|null
$years_employed  : string|null
$fields  : array<string|int, string>

Properties

$begin_date

public string|null $begin_date

Employees start date at this business

$business_name

public string|null $business_name

Name of the employing business

$business_url

public string|null $business_url

Url of the employing business

$currently_employed

public bool|null $currently_employed

Indicates if this is the individuals current employer

$end_date

public string|null $end_date

Employees end date at this business

$industry

public string|null $industry

Industry of the employing business

$job_function

public string|null $job_function

Description of the work done by the employee

$matching_gift

public string|null $matching_gift

Indicates if employer matches employee donations. Allowed values: Yes, No, No Answer

$occupation

public string|null $occupation

Maps to the employee's 'Profession' field

$organization

public string|null $organization

Maps to the employee's 'Organization' field

$parent_company

public string|null $parent_company

Parent company of employing business

$specialty

public string|null $specialty

Maps to the employee's 'Specialty' field

$years_employed

public string|null $years_employed

Number of years employee has been at this business

$fields

protected static array<string|int, string> $fields = ["business_name" => "string", "job_title" => "string", "business_url" => "string", "industry" => "string", "organization" => "string", "occupation" => "string", "matching_gift" => "string", "begin_date" => "string", "end_date" => "string", "specialty" => "string", "parent_company" => "string", "job_function" => "string", "years_employed" => "string", "currently_employed" => "bool"]

        
On this page

Search results