Documentation

OccupationCreate extends BaseComponent
in package

Table of Contents

Properties

$begin_date  : string|null
$business_name  : string|null
$business_url  : string|null
$current  : bool|null
$end_date  : string|null
$industry  : string|null
$job_function  : string|null
$job_title  : string|null
$matching_gift  : bool|null
$occupation  : string|null
$organization  : string|null
$parent_company  : string|null
$specialty  : string|null
$years_employed  : int|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

$current

public bool|null $current

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 bool|null $matching_gift

Indicates if employer matches employee donations

$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 int|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" => "bool", "begin_date" => "string", "end_date" => "string", "specialty" => "string", "parent_company" => "string", "job_function" => "string", "years_employed" => "int", "current" => "bool"]

        
On this page

Search results