Netsutie PHP Toolkit
CurrencyRate_core Class Reference

Data Fields

 $baseCurrency
 
 $fromCurrency
 
 $exchangeRate
 
 $effectiveDate
 

Static Public Attributes

static $paramtypesmap
 

Detailed Description

CurrencyRate_core

Definition at line 8 of file CurrencyRate_core.php.

Field Documentation

$baseCurrency

Definition at line 18 of file CurrencyRate_core.php.

$effectiveDate

Definition at line 48 of file CurrencyRate_core.php.

$exchangeRate

Definition at line 38 of file CurrencyRate_core.php.

$fromCurrency

Definition at line 28 of file CurrencyRate_core.php.

$paramtypesmap
static
Initial value:
= array(
"baseCurrency" => "RecordRef",
"fromCurrency" => "RecordRef",
"exchangeRate" => "float",
"effectiveDate" => "dateTime",
)

Definition at line 52 of file CurrencyRate_core.php.


The documentation for this class was generated from the following file: