Netsutie PHP Toolkit
CurrencyRate_core.php
Go to the documentation of this file.
1 <?php
9 
18  public $baseCurrency;
19 
28  public $fromCurrency;
29 
38  public $exchangeRate;
39 
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 }