Netsutie PHP Toolkit
ManufacturingCostTemplate.php
Go to the documentation of this file.
1 <?php
9 
18  public $customForm;
19 
28  public $subsidiary;
29 
38  public $name;
39 
48  public $memo;
49 
58  public $isInactive;
59 
69 
79 
88  public $internalId;
89 
98  public $externalId;
99 
100 
101 
102  static $paramtypesmap = array(
103 
104  "customForm" => "RecordRef",
105 
106  "subsidiary" => "RecordRef",
107 
108  "name" => "string",
109 
110  "memo" => "string",
111 
112  "isInactive" => "boolean",
113 
114  "costDetailList" => "ManufacturingCostDetailList",
115 
116  "customFieldList" => "CustomFieldList",
117 
118  "internalId" => "string",
119 
120  "externalId" => "string",
121 
122  );
123 
124 }
Definition: Record.php:8