Netsutie PHP Toolkit
ItemSupplyPlanOrder.php
Go to the documentation of this file.
1 <?php
9 
18  public $orderLineId;
19 
28  public $orderDate;
29 
38  public $receiptDate;
39 
49 
58  public $quantity;
59 
68  public $orderCreated;
69 
78  public $orderType;
79 
80 
81 
82  static $paramtypesmap = array(
83 
84  "orderLineId" => "integer",
85 
86  "orderDate" => "dateTime",
87 
88  "receiptDate" => "dateTime",
89 
90  "sourceLocation" => "RecordRef",
91 
92  "quantity" => "float",
93 
94  "orderCreated" => "boolean",
95 
96  "orderType" => "ItemSupplyPlanOrderType",
97 
98  );
99 
100 }