Netsutie PHP Toolkit
CurrencyRateSearchBasic.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 
69 
70 
71 
72  static $paramtypesmap = array(
73 
74  "baseCurrency" => "SearchMultiSelectField",
75 
76  "effectiveDate" => "SearchDateField",
77 
78  "exchangeRate" => "SearchDoubleField",
79 
80  "internalId" => "SearchMultiSelectField",
81 
82  "internalIdNumber" => "SearchLongField",
83 
84  "transactionCurrency" => "SearchMultiSelectField",
85 
86  );
87 
88 }