Netsutie PHP Toolkit
DemandPlan.php
Go to the documentation of this file.
1 <?php
8 class DemandPlan {
9 
18  public $startDate;
19 
28  public $endDate;
29 
39 
49 
50 
51 
52  static $paramtypesmap = array(
53 
54  "startDate" => "dateTime",
55 
56  "endDate" => "dateTime",
57 
58  "calculatedQuantity" => "float",
59 
60  "periodDemandPlanList" => "PeriodDemandPlanList",
61 
62  );
63 
64 }
$periodDemandPlanList
Definition: DemandPlan.php:48
static $paramtypesmap
Definition: DemandPlan.php:52