Netsutie PHP Toolkit
NonInventorySaleItem.php
Go to the documentation of this file.
1 <?php
8 class NonInventorySaleItem extends Record {
9 
18  public $createdDate;
19 
29 
39 
49 
59 
68  public $isTaxable;
69 
78  public $matrixType;
79 
88  public $taxSchedule;
89 
98  public $shippingCost;
99 
109 
119 
129 
139 
149 
158  public $weight;
159 
168  public $weightUnit;
169 
178  public $weightUnits;
179 
189 
198  public $unitsType;
199 
208  public $saleUnit;
209 
219 
229 
239 
249 
259 
269 
278  public $hazmatId;
279 
289 
299 
309 
319 
329 
338  public $producer;
339 
349 
358  public $mpn;
359 
369 
379 
389 
399 
409 
419 
429 
439 
449 
459 
469 
479 
489 
499 
509 
518  public $shipPackage;
519 
529 
539 
549 
559 
569 
579 
589 
599 
609 
618  public $vsoePrice;
619 
629 
639 
649 
659 
668  public $deferRevRec;
669 
679 
689 
699 
709 
719 
729 
738  public $pageTitle;
739 
748  public $metaTagHtml;
749 
759 
769 
779 
789 
799 
809 
819 
829 
839 
848  public $onSpecial;
849 
859 
869 
879 
889 
899 
909 
919 
929 
939 
948  public $customForm;
949 
958  public $itemId;
959 
968  public $upcCode;
969 
978  public $displayName;
979 
988  public $parent;
989 
998  public $isOnline;
999 
1009 
1019 
1028  public $isInactive;
1029 
1039 
1048  public $department;
1049 
1058  public $class;
1059 
1068  public $location;
1069 
1079 
1089 
1099 
1109 
1119 
1129 
1139 
1149 
1159 
1168  public $rate;
1169 
1179 
1189 
1199 
1209 
1219 
1228  public $internalId;
1229 
1238  public $externalId;
1239 
1240 
1241 
1242  static $paramtypesmap = array(
1243 
1244  "createdDate" => "dateTime",
1245 
1246  "lastModifiedDate" => "dateTime",
1247 
1248  "salesDescription" => "string",
1249 
1250  "includeChildren" => "boolean",
1251 
1252  "incomeAccount" => "RecordRef",
1253 
1254  "isTaxable" => "boolean",
1255 
1256  "matrixType" => "ItemMatrixType",
1257 
1258  "taxSchedule" => "RecordRef",
1259 
1260  "shippingCost" => "float",
1261 
1262  "shippingCostUnits" => "string",
1263 
1264  "handlingCost" => "float",
1265 
1266  "handlingCostUnits" => "string",
1267 
1268  "costEstimateType" => "ItemCostEstimateType",
1269 
1270  "costEstimate" => "float",
1271 
1272  "weight" => "float",
1273 
1274  "weightUnit" => "ItemWeightUnit",
1275 
1276  "weightUnits" => "string",
1277 
1278  "costEstimateUnits" => "string",
1279 
1280  "unitsType" => "RecordRef",
1281 
1282  "saleUnit" => "RecordRef",
1283 
1284  "issueProduct" => "RecordRef",
1285 
1286  "billingSchedule" => "RecordRef",
1287 
1288  "deferredRevenueAccount" => "RecordRef",
1289 
1290  "revRecSchedule" => "RecordRef",
1291 
1292  "stockDescription" => "string",
1293 
1294  "isHazmatItem" => "boolean",
1295 
1296  "hazmatId" => "string",
1297 
1298  "hazmatShippingName" => "string",
1299 
1300  "hazmatHazardClass" => "string",
1301 
1302  "hazmatPackingGroup" => "HazmatPackingGroup",
1303 
1304  "hazmatItemUnits" => "string",
1305 
1306  "hazmatItemUnitsQty" => "float",
1307 
1308  "producer" => "boolean",
1309 
1310  "manufacturer" => "string",
1311 
1312  "mpn" => "string",
1313 
1314  "multManufactureAddr" => "boolean",
1315 
1316  "manufacturerAddr1" => "string",
1317 
1318  "manufacturerCity" => "string",
1319 
1320  "manufacturerState" => "string",
1321 
1322  "manufacturerZip" => "string",
1323 
1324  "countryOfManufacture" => "Country",
1325 
1326  "manufacturerTaxId" => "string",
1327 
1328  "scheduleBNumber" => "string",
1329 
1330  "scheduleBQuantity" => "integer",
1331 
1332  "scheduleBCode" => "ScheduleBCode",
1333 
1334  "manufacturerTariff" => "string",
1335 
1336  "preferenceCriterion" => "ItemPreferenceCriterion",
1337 
1338  "minimumQuantity" => "integer",
1339 
1340  "enforceMinQtyInternally" => "boolean",
1341 
1342  "softDescriptor" => "string",
1343 
1344  "shipPackage" => "RecordRef",
1345 
1346  "shipIndividually" => "boolean",
1347 
1348  "isFulfillable" => "boolean",
1349 
1350  "costCategory" => "RecordRef",
1351 
1352  "pricesIncludeTax" => "boolean",
1353 
1354  "quantityPricingSchedule" => "RecordRef",
1355 
1356  "useMarginalRates" => "boolean",
1357 
1358  "overallQuantityPricingType" => "ItemOverallQuantityPricingType",
1359 
1360  "pricingGroup" => "RecordRef",
1361 
1362  "minimumQuantityUnits" => "string",
1363 
1364  "vsoePrice" => "float",
1365 
1366  "vsoeSopGroup" => "VsoeSopGroup",
1367 
1368  "vsoeDeferral" => "VsoeDeferral",
1369 
1370  "vsoePermitDiscount" => "VsoePermitDiscount",
1371 
1372  "vsoeDelivered" => "boolean",
1373 
1374  "deferRevRec" => "boolean",
1375 
1376  "storeDisplayName" => "string",
1377 
1378  "storeDisplayThumbnail" => "RecordRef",
1379 
1380  "storeDisplayImage" => "RecordRef",
1381 
1382  "storeDescription" => "string",
1383 
1384  "storeDetailedDescription" => "string",
1385 
1386  "storeItemTemplate" => "RecordRef",
1387 
1388  "pageTitle" => "string",
1389 
1390  "metaTagHtml" => "string",
1391 
1392  "excludeFromSitemap" => "boolean",
1393 
1394  "sitemapPriority" => "SitemapPriority",
1395 
1396  "searchKeywords" => "string",
1397 
1398  "isDonationItem" => "boolean",
1399 
1400  "showDefaultDonationAmount" => "boolean",
1401 
1402  "maxDonationAmount" => "float",
1403 
1404  "dontShowPrice" => "boolean",
1405 
1406  "noPriceMessage" => "string",
1407 
1408  "outOfStockMessage" => "string",
1409 
1410  "onSpecial" => "boolean",
1411 
1412  "outOfStockBehavior" => "ItemOutOfStockBehavior",
1413 
1414  "relatedItemsDescription" => "string",
1415 
1416  "specialsDescription" => "string",
1417 
1418  "featuredDescription" => "string",
1419 
1420  "shoppingDotComCategory" => "string",
1421 
1422  "shopzillaCategoryId" => "integer",
1423 
1424  "nexTagCategory" => "string",
1425 
1426  "productFeedList" => "ProductFeedList",
1427 
1428  "urlComponent" => "string",
1429 
1430  "customForm" => "RecordRef",
1431 
1432  "itemId" => "string",
1433 
1434  "upcCode" => "string",
1435 
1436  "displayName" => "string",
1437 
1438  "parent" => "RecordRef",
1439 
1440  "isOnline" => "boolean",
1441 
1442  "isGcoCompliant" => "boolean",
1443 
1444  "offerSupport" => "boolean",
1445 
1446  "isInactive" => "boolean",
1447 
1448  "availableToPartners" => "boolean",
1449 
1450  "department" => "RecordRef",
1451 
1452  "class" => "RecordRef",
1453 
1454  "location" => "RecordRef",
1455 
1456  "defaultItemShipMethod" => "RecordRef",
1457 
1458  "itemCarrier" => "ItemCarrier",
1459 
1460  "itemShipMethodList" => "RecordRefList",
1461 
1462  "subsidiaryList" => "RecordRefList",
1463 
1464  "itemOptionsList" => "ItemOptionsList",
1465 
1466  "matrixOptionList" => "MatrixOptionList",
1467 
1468  "pricingMatrix" => "PricingMatrix",
1469 
1470  "accountingBookDetailList" => "ItemAccountingBookDetailList",
1471 
1472  "purchaseTaxCode" => "RecordRef",
1473 
1474  "rate" => "float",
1475 
1476  "salesTaxCode" => "RecordRef",
1477 
1478  "siteCategoryList" => "SiteCategoryList",
1479 
1480  "translationsList" => "TranslationList",
1481 
1482  "presentationItemList" => "PresentationItemList",
1483 
1484  "customFieldList" => "CustomFieldList",
1485 
1486  "internalId" => "string",
1487 
1488  "externalId" => "string",
1489 
1490  );
1491 
1492 }
Definition: Record.php:8