Netsutie PHP Toolkit
EmployeeHrEducation.php
Go to the documentation of this file.
1 <?php
9 
18  public $education;
19 
28  public $degree;
29 
38  public $degreeDate;
39 
40 
41 
42  static $paramtypesmap = array(
43 
44  "education" => "RecordRef",
45 
46  "degree" => "string",
47 
48  "degreeDate" => "dateTime",
49 
50  );
51 
52 }