Netsutie PHP Toolkit
PayrollItemItemTypeNoHierarchy.php
Go to the documentation of this file.
1 <?php
9 
10 
11 
12  static $paramtypesmap = array(
13 
14  );
15 
22  const _addition = "_addition";
23 
30  const _commission = "_commission";
31 
38  const _deduction = "_deduction";
39 
46  const _directDeposit = "_directDeposit";
47 
54  const _disability = "_disability";
55 
62  const _earning = "_earning";
63 
70  const _employerContribution = "_employerContribution";
71 
78  const _expense = "_expense";
79 
86  const _federal = "_federal";
87 
94  const _medicare = "_medicare";
95 
102  const _other = "_other";
103 
110  const _salary = "_salary";
111 
118  const _sick = "_sick";
119 
126  const _socialSecurity = "_socialSecurity";
127 
134  const _state = "_state";
135 
142  const _tax = "_tax";
143 
150  const _unemployment = "_unemployment";
151 
158  const _vacation = "_vacation";
159 
166  const _wage = "_wage";
167 
168 }