Netsutie PHP Toolkit
CurrencyRateSearchRowBasic.php
Go to the documentation of this file.
1 <?php
9 
18  public $baseCurrency;
19 
29 
38  public $exchangeRate;
39 
48  public $internalId;
49 
59 
60 
61 
62  static $paramtypesmap = array(
63 
64  "baseCurrency" => "SearchColumnSelectField[]",
65 
66  "effectiveDate" => "SearchColumnDateField[]",
67 
68  "exchangeRate" => "SearchColumnDoubleField[]",
69 
70  "internalId" => "SearchColumnSelectField[]",
71 
72  "transactionCurrency" => "SearchColumnSelectField[]",
73 
74  );
75 
76 }