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