Netsutie PHP Toolkit
OtherChargeSaleItem.php
Go to the documentation of this file.
1 <?php
8 class OtherChargeSaleItem extends Record {
9 
18  public $createdDate;
19 
29 
39 
49 
59 
68  public $isTaxable;
69 
78  public $matrixType;
79 
88  public $taxSchedule;
89 
99 
109 
118  public $unitsType;
119 
128  public $saleUnit;
129 
139 
149 
159 
169 
179 
189 
199 
209 
219 
229 
239 
249 
259 
269 
279 
289 
298  public $customForm;
299 
308  public $itemId;
309 
318  public $upcCode;
319 
328  public $displayName;
329 
338  public $parent;
339 
348  public $isOnline;
349 
359 
369 
378  public $isInactive;
379 
389 
398  public $department;
399 
408  public $class;
409 
418  public $location;
419 
428  public $vsoePrice;
429 
439 
449 
459 
469 
478  public $deferRevRec;
479 
489 
499 
509 
519 
529 
539 
548  public $rate;
549 
559 
569 
579 
588  public $internalId;
589 
598  public $externalId;
599 
600 
601 
602  static $paramtypesmap = array(
603 
604  "createdDate" => "dateTime",
605 
606  "lastModifiedDate" => "dateTime",
607 
608  "salesDescription" => "string",
609 
610  "includeChildren" => "boolean",
611 
612  "incomeAccount" => "RecordRef",
613 
614  "isTaxable" => "boolean",
615 
616  "matrixType" => "ItemMatrixType",
617 
618  "taxSchedule" => "RecordRef",
619 
620  "costEstimateType" => "ItemCostEstimateType",
621 
622  "costEstimate" => "float",
623 
624  "unitsType" => "RecordRef",
625 
626  "saleUnit" => "RecordRef",
627 
628  "issueProduct" => "RecordRef",
629 
630  "costEstimateUnits" => "string",
631 
632  "billingSchedule" => "RecordRef",
633 
634  "deferredRevenueAccount" => "RecordRef",
635 
636  "revRecSchedule" => "RecordRef",
637 
638  "minimumQuantity" => "integer",
639 
640  "minimumQuantityUnits" => "string",
641 
642  "enforceMinQtyInternally" => "boolean",
643 
644  "softDescriptor" => "string",
645 
646  "isFulfillable" => "boolean",
647 
648  "costCategory" => "RecordRef",
649 
650  "pricesIncludeTax" => "boolean",
651 
652  "quantityPricingSchedule" => "RecordRef",
653 
654  "useMarginalRates" => "boolean",
655 
656  "overallQuantityPricingType" => "ItemOverallQuantityPricingType",
657 
658  "pricingGroup" => "RecordRef",
659 
660  "customForm" => "RecordRef",
661 
662  "itemId" => "string",
663 
664  "upcCode" => "string",
665 
666  "displayName" => "string",
667 
668  "parent" => "RecordRef",
669 
670  "isOnline" => "boolean",
671 
672  "isGcoCompliant" => "boolean",
673 
674  "offerSupport" => "boolean",
675 
676  "isInactive" => "boolean",
677 
678  "availableToPartners" => "boolean",
679 
680  "department" => "RecordRef",
681 
682  "class" => "RecordRef",
683 
684  "location" => "RecordRef",
685 
686  "vsoePrice" => "float",
687 
688  "vsoeSopGroup" => "VsoeSopGroup",
689 
690  "vsoeDeferral" => "VsoeDeferral",
691 
692  "vsoePermitDiscount" => "VsoePermitDiscount",
693 
694  "vsoeDelivered" => "boolean",
695 
696  "deferRevRec" => "boolean",
697 
698  "subsidiaryList" => "RecordRefList",
699 
700  "itemOptionsList" => "ItemOptionsList",
701 
702  "matrixOptionList" => "MatrixOptionList",
703 
704  "pricingMatrix" => "PricingMatrix",
705 
706  "accountingBookDetailList" => "ItemAccountingBookDetailList",
707 
708  "purchaseTaxCode" => "RecordRef",
709 
710  "rate" => "float",
711 
712  "salesTaxCode" => "RecordRef",
713 
714  "translationsList" => "TranslationList",
715 
716  "customFieldList" => "CustomFieldList",
717 
718  "internalId" => "string",
719 
720  "externalId" => "string",
721 
722  );
723 
724 }
Definition: Record.php:8