Netsutie PHP Toolkit
Main Page
Data Structures
Files
File List
Globals
VendorCurrency.php
Go to the documentation of this file.
1
<?php
8
class
VendorCurrency
{
9
18
public
$currency
;
19
28
public
$balance
;
29
38
public
$unbilledOrders
;
39
40
41
42
static
$paramtypesmap
= array(
43
44
"currency"
=>
"RecordRef"
,
45
46
"balance"
=>
"float"
,
47
48
"unbilledOrders"
=>
"float"
,
49
50
);
51
52
}
VendorCurrency
Definition:
VendorCurrency.php:8
VendorCurrency\$paramtypesmap
static $paramtypesmap
Definition:
VendorCurrency.php:42
VendorCurrency\$balance
$balance
Definition:
VendorCurrency.php:28
VendorCurrency\$unbilledOrders
$unbilledOrders
Definition:
VendorCurrency.php:38
VendorCurrency\$currency
$currency
Definition:
VendorCurrency.php:18
Generated by
dreamxtream
using
1.8.10