Netsutie PHP Toolkit
Main Page
Data Structures
Files
File List
Globals
BudgetExchangeRate.php
Go to the documentation of this file.
1
<?php
8
class
BudgetExchangeRate
{
9
18
public
$period
;
19
28
public
$fromSubsidiary
;
29
38
public
$toSubsidiary
;
39
48
public
$currentRate
;
49
58
public
$averageRate
;
59
68
public
$historicalRate
;
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
}
BudgetExchangeRate\$paramtypesmap
static $paramtypesmap
Definition:
BudgetExchangeRate.php:72
BudgetExchangeRate\$currentRate
$currentRate
Definition:
BudgetExchangeRate.php:48
BudgetExchangeRate\$fromSubsidiary
$fromSubsidiary
Definition:
BudgetExchangeRate.php:28
BudgetExchangeRate\$period
$period
Definition:
BudgetExchangeRate.php:18
BudgetExchangeRate\$historicalRate
$historicalRate
Definition:
BudgetExchangeRate.php:68
BudgetExchangeRate\$toSubsidiary
$toSubsidiary
Definition:
BudgetExchangeRate.php:38
BudgetExchangeRate\$averageRate
$averageRate
Definition:
BudgetExchangeRate.php:58
BudgetExchangeRate
Definition:
BudgetExchangeRate.php:8
Generated by
dreamxtream
using
1.8.10