Netsutie PHP Toolkit
EmployeePayFrequency.php
Go to the documentation of this file.
1 <?php
9 
10 
11 
12  static $paramtypesmap = array(
13 
14  );
15 
22  const _annually = "_annually";
23 
30  const _custom = "_custom";
31 
38  const _daily = "_daily";
39 
46  const _endOfPeriod = "_endOfPeriod";
47 
54  const _everyFourWeeks = "_everyFourWeeks";
55 
62  const _everyThreeYears = "_everyThreeYears";
63 
70  const _everyTwoMonths = "_everyTwoMonths";
71 
78  const _everyTwoWeeks = "_everyTwoWeeks";
79 
86  const _everyTwoYears = "_everyTwoYears";
87 
94  const _hourly = "_hourly";
95 
102  const _monthly = "_monthly";
103 
110  const _never = "_never";
111 
118  const _oneTime = "_oneTime";
119 
126  const _quarterly = "_quarterly";
127 
134  const _startOfPeriod = "_startOfPeriod";
135 
142  const _twiceAMonth = "_twiceAMonth";
143 
150  const _twiceAYear = "_twiceAYear";
151 
158  const _weekly = "_weekly";
159 
160 }