Netsutie PHP Toolkit
ItemGroup.php
Go to the documentation of this file.
1 <?php
8 class ItemGroup extends Record {
9 
18  public $createdDate;
19 
29 
38  public $customForm;
39 
49 
58  public $isVsoeBundle;
59 
69 
79 
88  public $isInactive;
89 
98  public $itemId;
99 
108  public $upcCode;
109 
118  public $displayName;
119 
128  public $vendorName;
129 
139 
148  public $parent;
149 
158  public $description;
159 
169 
179 
188  public $department;
189 
198  public $class;
199 
208  public $location;
209 
218  public $itemCarrier;
219 
229 
238  public $printItems;
239 
248  public $memberList;
249 
259 
269 
278  public $internalId;
279 
288  public $externalId;
289 
290 
291 
292  static $paramtypesmap = array(
293 
294  "createdDate" => "dateTime",
295 
296  "lastModifiedDate" => "dateTime",
297 
298  "customForm" => "RecordRef",
299 
300  "includeStartEndLines" => "boolean",
301 
302  "isVsoeBundle" => "boolean",
303 
304  "defaultItemShipMethod" => "RecordRef",
305 
306  "availableToPartners" => "boolean",
307 
308  "isInactive" => "boolean",
309 
310  "itemId" => "string",
311 
312  "upcCode" => "string",
313 
314  "displayName" => "string",
315 
316  "vendorName" => "string",
317 
318  "issueProduct" => "RecordRef",
319 
320  "parent" => "RecordRef",
321 
322  "description" => "string",
323 
324  "subsidiaryList" => "RecordRefList",
325 
326  "includeChildren" => "boolean",
327 
328  "department" => "RecordRef",
329 
330  "class" => "RecordRef",
331 
332  "location" => "RecordRef",
333 
334  "itemCarrier" => "ItemCarrier",
335 
336  "itemShipMethodList" => "RecordRefList",
337 
338  "printItems" => "boolean",
339 
340  "memberList" => "ItemMemberList",
341 
342  "translationsList" => "TranslationList",
343 
344  "customFieldList" => "CustomFieldList",
345 
346  "internalId" => "string",
347 
348  "externalId" => "string",
349 
350  );
351 
352 }
$defaultItemShipMethod
Definition: ItemGroup.php:68
$itemShipMethodList
Definition: ItemGroup.php:228
$availableToPartners
Definition: ItemGroup.php:78
$lastModifiedDate
Definition: ItemGroup.php:28
$includeStartEndLines
Definition: ItemGroup.php:48
static $paramtypesmap
Definition: ItemGroup.php:292
Definition: Record.php:8