Netsutie PHP Toolkit
Main Page
Data Structures
Files
File List
Globals
CurrencyRate.php
Go to the documentation of this file.
1
<?php
8
class
CurrencyRate
extends
Record
{
9
18
public
$baseCurrency
;
19
28
public
$transactionCurrency
;
29
38
public
$exchangeRate
;
39
48
public
$effectiveDate
;
49
58
public
$internalId
;
59
60
61
62
static
$paramtypesmap
= array(
63
64
"baseCurrency"
=>
"RecordRef"
,
65
66
"transactionCurrency"
=>
"RecordRef"
,
67
68
"exchangeRate"
=>
"float"
,
69
70
"effectiveDate"
=>
"dateTime"
,
71
72
"internalId"
=>
"string"
,
73
74
);
75
76
}
CurrencyRate\$baseCurrency
$baseCurrency
Definition:
CurrencyRate.php:18
CurrencyRate
Definition:
CurrencyRate.php:8
CurrencyRate\$transactionCurrency
$transactionCurrency
Definition:
CurrencyRate.php:28
CurrencyRate\$paramtypesmap
static $paramtypesmap
Definition:
CurrencyRate.php:62
CurrencyRate\$effectiveDate
$effectiveDate
Definition:
CurrencyRate.php:48
CurrencyRate\$exchangeRate
$exchangeRate
Definition:
CurrencyRate.php:38
Record
Definition:
Record.php:8
CurrencyRate\$internalId
$internalId
Definition:
CurrencyRate.php:58
Generated by
dreamxtream
using
1.8.10