Netsutie PHP Toolkit
Main Page
Data Structures
Files
File List
Globals
EstimateSalesTeam.php
Go to the documentation of this file.
1
<?php
8
class
EstimateSalesTeam
{
9
18
public
$employee
;
19
28
public
$salesRole
;
29
38
public
$isPrimary
;
39
48
public
$contribution
;
49
50
51
52
static
$paramtypesmap
= array(
53
54
"employee"
=>
"RecordRef"
,
55
56
"salesRole"
=>
"RecordRef"
,
57
58
"isPrimary"
=>
"boolean"
,
59
60
"contribution"
=>
"float"
,
61
62
);
63
64
}
EstimateSalesTeam\$paramtypesmap
static $paramtypesmap
Definition:
EstimateSalesTeam.php:52
EstimateSalesTeam
Definition:
EstimateSalesTeam.php:8
EstimateSalesTeam\$salesRole
$salesRole
Definition:
EstimateSalesTeam.php:28
EstimateSalesTeam\$contribution
$contribution
Definition:
EstimateSalesTeam.php:48
EstimateSalesTeam\$employee
$employee
Definition:
EstimateSalesTeam.php:18
EstimateSalesTeam\$isPrimary
$isPrimary
Definition:
EstimateSalesTeam.php:38
Generated by
dreamxtream
using
1.8.10