Netsutie PHP Toolkit
Main Page
Data Structures
Files
File List
Globals
CustomerPaymentCredit.php
Go to the documentation of this file.
1
<?php
8
class
CustomerPaymentCredit
{
9
18
public
$apply
;
19
28
public
$doc
;
29
38
public
$line
;
39
48
public
$creditDate
;
49
58
public
$type
;
59
68
public
$refNum
;
69
78
public
$appliedTo
;
79
88
public
$total
;
89
98
public
$due
;
99
108
public
$currency
;
109
118
public
$amount
;
119
120
121
122
static
$paramtypesmap
= array(
123
124
"apply"
=>
"boolean"
,
125
126
"doc"
=>
"integer"
,
127
128
"line"
=>
"integer"
,
129
130
"creditDate"
=>
"dateTime"
,
131
132
"type"
=>
"string"
,
133
134
"refNum"
=>
"string"
,
135
136
"appliedTo"
=>
"string"
,
137
138
"total"
=>
"float"
,
139
140
"due"
=>
"float"
,
141
142
"currency"
=>
"string"
,
143
144
"amount"
=>
"float"
,
145
146
);
147
148
}
CustomerPaymentCredit\$refNum
$refNum
Definition:
CustomerPaymentCredit.php:68
CustomerPaymentCredit\$doc
$doc
Definition:
CustomerPaymentCredit.php:28
CustomerPaymentCredit\$currency
$currency
Definition:
CustomerPaymentCredit.php:108
CustomerPaymentCredit\$due
$due
Definition:
CustomerPaymentCredit.php:98
CustomerPaymentCredit
Definition:
CustomerPaymentCredit.php:8
CustomerPaymentCredit\$apply
$apply
Definition:
CustomerPaymentCredit.php:18
CustomerPaymentCredit\$creditDate
$creditDate
Definition:
CustomerPaymentCredit.php:48
CustomerPaymentCredit\$line
$line
Definition:
CustomerPaymentCredit.php:38
CustomerPaymentCredit\$total
$total
Definition:
CustomerPaymentCredit.php:88
CustomerPaymentCredit\$type
$type
Definition:
CustomerPaymentCredit.php:58
CustomerPaymentCredit\$appliedTo
$appliedTo
Definition:
CustomerPaymentCredit.php:78
CustomerPaymentCredit\$amount
$amount
Definition:
CustomerPaymentCredit.php:118
CustomerPaymentCredit\$paramtypesmap
static $paramtypesmap
Definition:
CustomerPaymentCredit.php:122
Generated by
dreamxtream
using
1.8.10