Netsutie PHP Toolkit
Main Page
Data Structures
Files
File List
Globals
LandedCostSummary.php
Go to the documentation of this file.
1
<?php
8
class
LandedCostSummary
{
9
18
public
$category
;
19
28
public
$amount
;
29
38
public
$source
;
39
48
public
$transaction
;
49
50
51
52
static
$paramtypesmap
= array(
53
54
"category"
=>
"RecordRef"
,
55
56
"amount"
=>
"float"
,
57
58
"source"
=>
"LandedCostSource"
,
59
60
"transaction"
=>
"RecordRef"
,
61
62
);
63
64
}
LandedCostSummary
Definition:
LandedCostSummary.php:8
LandedCostSummary\$amount
$amount
Definition:
LandedCostSummary.php:28
LandedCostSummary\$transaction
$transaction
Definition:
LandedCostSummary.php:48
LandedCostSummary\$category
$category
Definition:
LandedCostSummary.php:18
LandedCostSummary\$source
$source
Definition:
LandedCostSummary.php:38
LandedCostSummary\$paramtypesmap
static $paramtypesmap
Definition:
LandedCostSummary.php:52
Generated by
dreamxtream
using
1.8.10