Netsutie PHP Toolkit
ServiceSaleItem.php
Go to the documentation of this file.
1 <?php
8 class ServiceSaleItem 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 $vsoePrice;
299 
309 
319 
329 
339 
348  public $deferRevRec;
349 
358  public $createJob;
359 
369 
379 
389 
399 
409 
419 
428  public $pageTitle;
429 
439 
448  public $metaTagHtml;
449 
459 
469 
479 
489 
499 
509 
519 
529 
539 
548  public $onSpecial;
549 
559 
569 
579 
589 
599 
608  public $customForm;
609 
618  public $itemId;
619 
628  public $upcCode;
629 
638  public $displayName;
639 
648  public $parent;
649 
658  public $isOnline;
659 
669 
679 
688  public $isInactive;
689 
699 
708  public $department;
709 
718  public $class;
719 
728  public $location;
729 
739 
749 
759 
769 
779 
789 
799 
808  public $rate;
809 
819 
829 
839 
849 
859 
868  public $internalId;
869 
878  public $externalId;
879 
880 
881 
882  static $paramtypesmap = array(
883 
884  "createdDate" => "dateTime",
885 
886  "lastModifiedDate" => "dateTime",
887 
888  "salesDescription" => "string",
889 
890  "includeChildren" => "boolean",
891 
892  "incomeAccount" => "RecordRef",
893 
894  "isTaxable" => "boolean",
895 
896  "matrixType" => "ItemMatrixType",
897 
898  "taxSchedule" => "RecordRef",
899 
900  "costEstimateType" => "ItemCostEstimateType",
901 
902  "costEstimate" => "float",
903 
904  "unitsType" => "RecordRef",
905 
906  "saleUnit" => "RecordRef",
907 
908  "issueProduct" => "RecordRef",
909 
910  "costEstimateUnits" => "string",
911 
912  "billingSchedule" => "RecordRef",
913 
914  "deferredRevenueAccount" => "RecordRef",
915 
916  "revRecSchedule" => "RecordRef",
917 
918  "minimumQuantity" => "integer",
919 
920  "enforceMinQtyInternally" => "boolean",
921 
922  "softDescriptor" => "string",
923 
924  "pricesIncludeTax" => "boolean",
925 
926  "quantityPricingSchedule" => "RecordRef",
927 
928  "useMarginalRates" => "boolean",
929 
930  "overallQuantityPricingType" => "ItemOverallQuantityPricingType",
931 
932  "isFulfillable" => "boolean",
933 
934  "costCategory" => "RecordRef",
935 
936  "pricingGroup" => "RecordRef",
937 
938  "minimumQuantityUnits" => "string",
939 
940  "vsoePrice" => "float",
941 
942  "vsoeSopGroup" => "VsoeSopGroup",
943 
944  "vsoeDeferral" => "VsoeDeferral",
945 
946  "vsoePermitDiscount" => "VsoePermitDiscount",
947 
948  "vsoeDelivered" => "boolean",
949 
950  "deferRevRec" => "boolean",
951 
952  "createJob" => "boolean",
953 
954  "storeDisplayName" => "string",
955 
956  "storeDisplayThumbnail" => "RecordRef",
957 
958  "storeDisplayImage" => "RecordRef",
959 
960  "storeDescription" => "string",
961 
962  "storeDetailedDescription" => "string",
963 
964  "storeItemTemplate" => "RecordRef",
965 
966  "pageTitle" => "string",
967 
968  "urlComponent" => "string",
969 
970  "metaTagHtml" => "string",
971 
972  "excludeFromSitemap" => "boolean",
973 
974  "sitemapPriority" => "SitemapPriority",
975 
976  "searchKeywords" => "string",
977 
978  "isDonationItem" => "boolean",
979 
980  "showDefaultDonationAmount" => "boolean",
981 
982  "maxDonationAmount" => "float",
983 
984  "dontShowPrice" => "boolean",
985 
986  "noPriceMessage" => "string",
987 
988  "outOfStockMessage" => "string",
989 
990  "onSpecial" => "boolean",
991 
992  "outOfStockBehavior" => "ItemOutOfStockBehavior",
993 
994  "relatedItemsDescription" => "string",
995 
996  "specialsDescription" => "string",
997 
998  "itemTaskTemplatesList" => "ServiceItemTaskTemplatesList",
999 
1000  "featuredDescription" => "string",
1001 
1002  "customForm" => "RecordRef",
1003 
1004  "itemId" => "string",
1005 
1006  "upcCode" => "string",
1007 
1008  "displayName" => "string",
1009 
1010  "parent" => "RecordRef",
1011 
1012  "isOnline" => "boolean",
1013 
1014  "isGcoCompliant" => "boolean",
1015 
1016  "offerSupport" => "boolean",
1017 
1018  "isInactive" => "boolean",
1019 
1020  "availableToPartners" => "boolean",
1021 
1022  "department" => "RecordRef",
1023 
1024  "class" => "RecordRef",
1025 
1026  "location" => "RecordRef",
1027 
1028  "subsidiaryList" => "RecordRefList",
1029 
1030  "billingRatesMatrix" => "BillingRatesMatrix",
1031 
1032  "accountingBookDetailList" => "ItemAccountingBookDetailList",
1033 
1034  "itemOptionsList" => "ItemOptionsList",
1035 
1036  "matrixOptionList" => "MatrixOptionList",
1037 
1038  "pricingMatrix" => "PricingMatrix",
1039 
1040  "purchaseTaxCode" => "RecordRef",
1041 
1042  "rate" => "float",
1043 
1044  "salesTaxCode" => "RecordRef",
1045 
1046  "siteCategoryList" => "SiteCategoryList",
1047 
1048  "translationsList" => "TranslationList",
1049 
1050  "presentationItemList" => "PresentationItemList",
1051 
1052  "customFieldList" => "CustomFieldList",
1053 
1054  "internalId" => "string",
1055 
1056  "externalId" => "string",
1057 
1058  );
1059 
1060 }
Definition: Record.php:8