Netsutie PHP Toolkit
OtherChargePurchaseItem.php
Go to the documentation of this file.
1 <?php
9 
18  public $createdDate;
19 
29 
39 
49 
58  public $cost;
59 
68  public $costUnits;
69 
79 
88  public $isTaxable;
89 
98  public $matrixType;
99 
108  public $unitsType;
109 
119 
129 
139 
148  public $customForm;
149 
158  public $itemId;
159 
168  public $upcCode;
169 
178  public $displayName;
179 
188  public $vendorName;
189 
198  public $parent;
199 
208  public $isInactive;
209 
219 
228  public $department;
229 
238  public $class;
239 
249 
258  public $location;
259 
268  public $taxSchedule;
269 
279 
289 
298  public $residual;
299 
309 
319 
329 
339 
349 
359 
369 
379 
389 
399 
409 
419 
428  public $currency;
429 
439 
449 
459 
469 
479 
489 
498  public $vendor;
499 
509 
518  public $internalId;
519 
528  public $externalId;
529 
530 
531 
532  static $paramtypesmap = array(
533 
534  "createdDate" => "dateTime",
535 
536  "lastModifiedDate" => "dateTime",
537 
538  "purchaseDescription" => "string",
539 
540  "manufacturingChargeItem" => "boolean",
541 
542  "cost" => "float",
543 
544  "costUnits" => "string",
545 
546  "expenseAccount" => "RecordRef",
547 
548  "isTaxable" => "boolean",
549 
550  "matrixType" => "ItemMatrixType",
551 
552  "unitsType" => "RecordRef",
553 
554  "purchaseUnit" => "RecordRef",
555 
556  "includeChildren" => "boolean",
557 
558  "issueProduct" => "RecordRef",
559 
560  "customForm" => "RecordRef",
561 
562  "itemId" => "string",
563 
564  "upcCode" => "string",
565 
566  "displayName" => "string",
567 
568  "vendorName" => "string",
569 
570  "parent" => "RecordRef",
571 
572  "isInactive" => "boolean",
573 
574  "availableToPartners" => "boolean",
575 
576  "department" => "RecordRef",
577 
578  "class" => "RecordRef",
579 
580  "subsidiaryList" => "RecordRefList",
581 
582  "location" => "RecordRef",
583 
584  "taxSchedule" => "RecordRef",
585 
586  "deferralAccount" => "RecordRef",
587 
588  "amortizationTemplate" => "RecordRef",
589 
590  "residual" => "string",
591 
592  "amortizationPeriod" => "integer",
593 
594  "isFulfillable" => "boolean",
595 
596  "generateAccruals" => "boolean",
597 
598  "accountingBookDetailList" => "ItemAccountingBookDetailList",
599 
600  "costCategory" => "RecordRef",
601 
602  "overheadType" => "ItemOverheadType",
603 
604  "purchaseOrderQuantity" => "float",
605 
606  "purchaseOrderAmount" => "float",
607 
608  "purchaseOrderQuantityDiff" => "float",
609 
610  "receiptQuantity" => "float",
611 
612  "receiptAmount" => "float",
613 
614  "receiptQuantityDiff" => "float",
615 
616  "currency" => "string",
617 
618  "itemOptionsList" => "ItemOptionsList",
619 
620  "matrixOptionList" => "MatrixOptionList",
621 
622  "itemVendorList" => "ItemVendorList",
623 
624  "purchaseTaxCode" => "RecordRef",
625 
626  "salesTaxCode" => "RecordRef",
627 
628  "translationsList" => "TranslationList",
629 
630  "vendor" => "RecordRef",
631 
632  "customFieldList" => "CustomFieldList",
633 
634  "internalId" => "string",
635 
636  "externalId" => "string",
637 
638  );
639 
640 }
Definition: Record.php:8