Netsutie PHP Toolkit
Main Page
Data Structures
Files
File List
Globals
VendorPaymentApply.php
Go to the documentation of this file.
1
<?php
8
class
VendorPaymentApply
{
9
18
public
$apply
;
19
28
public
$doc
;
29
38
public
$line
;
39
48
public
$job
;
49
58
public
$applyDate
;
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
"job"
=>
"string"
,
161
162
"applyDate"
=>
"dateTime"
,
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
}
VendorPaymentApply\$line
$line
Definition:
VendorPaymentApply.php:38
VendorPaymentApply\$due
$due
Definition:
VendorPaymentApply.php:98
VendorPaymentApply\$disc
$disc
Definition:
VendorPaymentApply.php:138
VendorPaymentApply\$type
$type
Definition:
VendorPaymentApply.php:68
VendorPaymentApply\$refNum
$refNum
Definition:
VendorPaymentApply.php:78
VendorPaymentApply\$currency
$currency
Definition:
VendorPaymentApply.php:108
VendorPaymentApply\$discAmt
$discAmt
Definition:
VendorPaymentApply.php:128
VendorPaymentApply\$total
$total
Definition:
VendorPaymentApply.php:88
VendorPaymentApply\$doc
$doc
Definition:
VendorPaymentApply.php:28
VendorPaymentApply\$paramtypesmap
static $paramtypesmap
Definition:
VendorPaymentApply.php:152
VendorPaymentApply\$apply
$apply
Definition:
VendorPaymentApply.php:18
VendorPaymentApply
Definition:
VendorPaymentApply.php:8
VendorPaymentApply\$amount
$amount
Definition:
VendorPaymentApply.php:148
VendorPaymentApply\$job
$job
Definition:
VendorPaymentApply.php:48
VendorPaymentApply\$discDate
$discDate
Definition:
VendorPaymentApply.php:118
VendorPaymentApply\$applyDate
$applyDate
Definition:
VendorPaymentApply.php:58
Generated by
dreamxtream
using
1.8.10