Netsutie PHP Toolkit
BudgetExchangeRate.php
Go to the documentation of this file.
1 <?php
9 
18  public $period;
19 
29 
38  public $toSubsidiary;
39 
48  public $currentRate;
49 
58  public $averageRate;
59 
69 
70 
71 
72  static $paramtypesmap = array(
73 
74  "period" => "RecordRef",
75 
76  "fromSubsidiary" => "RecordRef",
77 
78  "toSubsidiary" => "RecordRef",
79 
80  "currentRate" => "float",
81 
82  "averageRate" => "float",
83 
84  "historicalRate" => "float",
85 
86  );
87 
88 }