Netsutie PHP Toolkit
Main Page
Data Structures
Files
File List
Globals
CashRefundSalesTeam.php
Go to the documentation of this file.
1
<?php
8
class
CashRefundSalesTeam
{
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
}
CashRefundSalesTeam\$salesRole
$salesRole
Definition:
CashRefundSalesTeam.php:28
CashRefundSalesTeam\$isPrimary
$isPrimary
Definition:
CashRefundSalesTeam.php:38
CashRefundSalesTeam\$employee
$employee
Definition:
CashRefundSalesTeam.php:18
CashRefundSalesTeam\$contribution
$contribution
Definition:
CashRefundSalesTeam.php:48
CashRefundSalesTeam\$paramtypesmap
static $paramtypesmap
Definition:
CashRefundSalesTeam.php:52
CashRefundSalesTeam
Definition:
CashRefundSalesTeam.php:8
Generated by
dreamxtream
using
1.8.10