Netsutie PHP Toolkit
Main Page
Data Structures
Files
File List
Globals
PaycheckJournalEmployeeTax.php
Go to the documentation of this file.
1
<?php
8
class
PaycheckJournalEmployeeTax
{
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
78
public
$customFieldList
;
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
}
PaycheckJournalEmployeeTax\$department
$department
Definition:
PaycheckJournalEmployeeTax.php:48
PaycheckJournalEmployeeTax
Definition:
PaycheckJournalEmployeeTax.php:8
PaycheckJournalEmployeeTax\$amount
$amount
Definition:
PaycheckJournalEmployeeTax.php:38
PaycheckJournalEmployeeTax\$customFieldList
$customFieldList
Definition:
PaycheckJournalEmployeeTax.php:78
PaycheckJournalEmployeeTax\$payrollItem
$payrollItem
Definition:
PaycheckJournalEmployeeTax.php:28
PaycheckJournalEmployeeTax\$location
$location
Definition:
PaycheckJournalEmployeeTax.php:68
PaycheckJournalEmployeeTax\$id
$id
Definition:
PaycheckJournalEmployeeTax.php:18
PaycheckJournalEmployeeTax\$class
$class
Definition:
PaycheckJournalEmployeeTax.php:58
PaycheckJournalEmployeeTax\$paramtypesmap
static $paramtypesmap
Definition:
PaycheckJournalEmployeeTax.php:82
Generated by
dreamxtream
using
1.8.10