Netsutie PHP Toolkit
Main Page
Data Structures
Files
File List
Globals
CustomerDepositApply.php
Go to the documentation of this file.
1
<?php
8
class
CustomerDepositApply
{
9
18
public
$doc
;
19
28
public
$line
;
29
38
public
$apply
;
39
48
public
$applyDate
;
49
58
public
$type
;
59
68
public
$refNum
;
69
78
public
$total
;
79
88
public
$amount
;
89
98
public
$job
;
99
100
101
102
static
$paramtypesmap
= array(
103
104
"doc"
=>
"integer"
,
105
106
"line"
=>
"integer"
,
107
108
"apply"
=>
"boolean"
,
109
110
"applyDate"
=>
"dateTime"
,
111
112
"type"
=>
"string"
,
113
114
"refNum"
=>
"string"
,
115
116
"total"
=>
"float"
,
117
118
"amount"
=>
"float"
,
119
120
"job"
=>
"string"
,
121
122
);
123
124
}
CustomerDepositApply\$job
$job
Definition:
CustomerDepositApply.php:98
CustomerDepositApply\$paramtypesmap
static $paramtypesmap
Definition:
CustomerDepositApply.php:102
CustomerDepositApply\$type
$type
Definition:
CustomerDepositApply.php:58
CustomerDepositApply\$doc
$doc
Definition:
CustomerDepositApply.php:18
CustomerDepositApply\$total
$total
Definition:
CustomerDepositApply.php:78
CustomerDepositApply\$apply
$apply
Definition:
CustomerDepositApply.php:38
CustomerDepositApply\$line
$line
Definition:
CustomerDepositApply.php:28
CustomerDepositApply\$refNum
$refNum
Definition:
CustomerDepositApply.php:68
CustomerDepositApply\$amount
$amount
Definition:
CustomerDepositApply.php:88
CustomerDepositApply
Definition:
CustomerDepositApply.php:8
CustomerDepositApply\$applyDate
$applyDate
Definition:
CustomerDepositApply.php:48
Generated by
dreamxtream
using
1.8.10