Netsutie PHP Toolkit
EmployeeCompanyContribution.php
Go to the documentation of this file.
1 <?php
9 
18  public $payrollItem;
19 
28  public $rate;
29 
38  public $limit;
39 
48  public $inactive;
49 
59 
69 
70 
71 
72  static $paramtypesmap = array(
73 
74  "payrollItem" => "RecordRef",
75 
76  "rate" => "string",
77 
78  "limit" => "float",
79 
80  "inactive" => "boolean",
81 
82  "effectiveDate" => "dateTime",
83 
84  "expirationDate" => "dateTime",
85 
86  );
87 
88 }