Netsutie PHP Toolkit
LandedCostSummary.php
Go to the documentation of this file.
1 <?php
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 }