Netsutie PHP Toolkit
PresentationItem.php
Go to the documentation of this file.
1 <?php
9 
18  public $item;
19 
28  public $itemType;
29 
38  public $description;
39 
48  public $onlinePrice;
49 
58  public $basePrice;
59 
60 
61 
62  static $paramtypesmap = array(
63 
64  "item" => "RecordRef",
65 
66  "itemType" => "PresentationItemType",
67 
68  "description" => "string",
69 
70  "onlinePrice" => "float",
71 
72  "basePrice" => "float",
73 
74  );
75 
76 }