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