Netsutie PHP Toolkit
PaycheckJournalDeduction.php
Go to the documentation of this file.
1 <?php
9 
18  public $id;
19 
28  public $payrollItem;
29 
38  public $amount;
39 
48  public $department;
49 
58  public $class;
59 
68  public $location;
69 
79 
80 
81 
82  static $paramtypesmap = array(
83 
84  "id" => "integer",
85 
86  "payrollItem" => "RecordRef",
87 
88  "amount" => "float",
89 
90  "department" => "RecordRef",
91 
92  "class" => "RecordRef",
93 
94  "location" => "RecordRef",
95 
96  "customFieldList" => "CustomFieldList",
97 
98  );
99 
100 }