Netsutie PHP Toolkit
Main Page
Data Structures
Files
File List
Globals
CustomerPaymentApply.php
Go to the documentation of this file.
1
<?php
8
class
CustomerPaymentApply
{
9
18
public
$apply
;
19
28
public
$doc
;
29
38
public
$line
;
39
48
public
$applyDate
;
49
58
public
$job
;
59
68
public
$type
;
69
78
public
$refNum
;
79
88
public
$total
;
89
98
public
$due
;
99
108
public
$currency
;
109
118
public
$discDate
;
119
128
public
$discAmt
;
129
138
public
$disc
;
139
148
public
$amount
;
149
150
151
152
static
$paramtypesmap
= array(
153
154
"apply"
=>
"boolean"
,
155
156
"doc"
=>
"integer"
,
157
158
"line"
=>
"integer"
,
159
160
"applyDate"
=>
"dateTime"
,
161
162
"job"
=>
"string"
,
163
164
"type"
=>
"string"
,
165
166
"refNum"
=>
"string"
,
167
168
"total"
=>
"float"
,
169
170
"due"
=>
"float"
,
171
172
"currency"
=>
"string"
,
173
174
"discDate"
=>
"dateTime"
,
175
176
"discAmt"
=>
"float"
,
177
178
"disc"
=>
"float"
,
179
180
"amount"
=>
"float"
,
181
182
);
183
184
}
CustomerPaymentApply\$amount
$amount
Definition:
CustomerPaymentApply.php:148
CustomerPaymentApply\$refNum
$refNum
Definition:
CustomerPaymentApply.php:78
CustomerPaymentApply\$discAmt
$discAmt
Definition:
CustomerPaymentApply.php:128
CustomerPaymentApply\$applyDate
$applyDate
Definition:
CustomerPaymentApply.php:48
CustomerPaymentApply\$currency
$currency
Definition:
CustomerPaymentApply.php:108
CustomerPaymentApply\$total
$total
Definition:
CustomerPaymentApply.php:88
CustomerPaymentApply\$disc
$disc
Definition:
CustomerPaymentApply.php:138
CustomerPaymentApply\$doc
$doc
Definition:
CustomerPaymentApply.php:28
CustomerPaymentApply\$discDate
$discDate
Definition:
CustomerPaymentApply.php:118
CustomerPaymentApply\$line
$line
Definition:
CustomerPaymentApply.php:38
CustomerPaymentApply\$type
$type
Definition:
CustomerPaymentApply.php:68
CustomerPaymentApply\$due
$due
Definition:
CustomerPaymentApply.php:98
CustomerPaymentApply\$paramtypesmap
static $paramtypesmap
Definition:
CustomerPaymentApply.php:152
CustomerPaymentApply\$apply
$apply
Definition:
CustomerPaymentApply.php:18
CustomerPaymentApply\$job
$job
Definition:
CustomerPaymentApply.php:58
CustomerPaymentApply
Definition:
CustomerPaymentApply.php:8
Generated by
dreamxtream
using
1.8.10