Netsutie PHP Toolkit
Main Page
Data Structures
Files
File List
Globals
CurrencyRate_core.php
Go to the documentation of this file.
1
<?php
8
class
CurrencyRate_core
{
9
18
public
$baseCurrency
;
19
28
public
$fromCurrency
;
29
38
public
$exchangeRate
;
39
48
public
$effectiveDate
;
49
50
51
52
static
$paramtypesmap
= array(
53
54
"baseCurrency"
=>
"RecordRef"
,
55
56
"fromCurrency"
=>
"RecordRef"
,
57
58
"exchangeRate"
=>
"float"
,
59
60
"effectiveDate"
=>
"dateTime"
,
61
62
);
63
64
}
CurrencyRate_core\$baseCurrency
$baseCurrency
Definition:
CurrencyRate_core.php:18
CurrencyRate_core\$paramtypesmap
static $paramtypesmap
Definition:
CurrencyRate_core.php:52
CurrencyRate_core\$effectiveDate
$effectiveDate
Definition:
CurrencyRate_core.php:48
CurrencyRate_core
Definition:
CurrencyRate_core.php:8
CurrencyRate_core\$fromCurrency
$fromCurrency
Definition:
CurrencyRate_core.php:28
CurrencyRate_core\$exchangeRate
$exchangeRate
Definition:
CurrencyRate_core.php:38
Generated by
dreamxtream
using
1.8.10