Netsutie PHP Toolkit
LotNumberedInventoryItem.php
Go to the documentation of this file.
1 <?php
9 
18  public $createdDate;
19 
29 
38  public $customForm;
39 
48  public $itemId;
49 
58  public $upcCode;
59 
68  public $displayName;
69 
78  public $matrixType;
79 
89 
98  public $vendorName;
99 
108  public $parent;
109 
118  public $isOnline;
119 
129 
138  public $hazmatId;
139 
149 
159 
169 
179 
189 
199 
209 
218  public $isInactive;
219 
229 
238  public $department;
239 
248  public $class;
249 
258  public $location;
259 
269 
279 
289 
299 
308  public $currency;
309 
318  public $cogsAccount;
319 
329 
338  public $vendor;
339 
349 
359 
369 
379 
388  public $taxSchedule;
389 
399 
408  public $isTaxable;
409 
419 
429 
439 
449 
459 
469 
479 
489 
498  public $weight;
499 
509 
519 
529 
538  public $unitsType;
539 
548  public $stockUnit;
549 
559 
568  public $saleUnit;
569 
579 
589 
599 
609 
619 
629 
639 
649 
658  public $producer;
659 
669 
679 
688  public $mpn;
689 
699 
709 
719 
729 
739 
749 
759 
768  public $itemCarrier;
769 
779 
789 
799 
809 
819 
829 
839 
849 
859 
869 
879 
889 
899 
909 
919 
929 
938  public $shipPackage;
939 
949 
959 
969 
979 
989 
999 
1009 
1019 
1029 
1039 
1049 
1059 
1069 
1078  public $vsoePrice;
1079 
1089 
1099 
1109 
1119 
1128  public $cost;
1129 
1138  public $costUnits;
1139 
1149 
1159 
1168  public $totalValue;
1169 
1178  public $useBins;
1179 
1189 
1198  public $leadTime;
1199 
1209 
1219 
1229 
1239 
1249 
1259 
1269 
1279 
1289 
1299 
1309 
1319 
1328  public $weightUnit;
1329 
1339 
1349 
1359 
1369 
1379 
1388  public $pageTitle;
1389 
1399 
1409 
1419 
1429 
1439 
1449 
1459 
1469 
1479 
1489 
1499 
1509 
1519 
1529 
1539 
1549 
1559 
1569 
1579 
1589 
1599 
1609 
1619 
1629 
1639 
1649 
1659 
1668  public $supplyType;
1669 
1679 
1689 
1699 
1709 
1719 
1729 
1739 
1749 
1759 
1769 
1779 
1789 
1799 
1809 
1818  public $rate;
1819 
1829 
1839 
1849 
1859 
1868  public $onSpecial;
1869 
1879 
1889 
1899 
1909 
1919 
1929 
1939 
1949 
1959 
1969 
1979 
1989 
1999 
2009 
2019 
2029 
2039 
2049 
2059 
2068  public $internalId;
2069 
2078  public $externalId;
2079 
2080 
2081 
2082  static $paramtypesmap = array(
2083 
2084  "createdDate" => "dateTime",
2085 
2086  "lastModifiedDate" => "dateTime",
2087 
2088  "customForm" => "RecordRef",
2089 
2090  "itemId" => "string",
2091 
2092  "upcCode" => "string",
2093 
2094  "displayName" => "string",
2095 
2096  "matrixType" => "ItemMatrixType",
2097 
2098  "includeChildren" => "boolean",
2099 
2100  "vendorName" => "string",
2101 
2102  "parent" => "RecordRef",
2103 
2104  "isOnline" => "boolean",
2105 
2106  "isHazmatItem" => "boolean",
2107 
2108  "hazmatId" => "string",
2109 
2110  "hazmatShippingName" => "string",
2111 
2112  "hazmatHazardClass" => "string",
2113 
2114  "hazmatPackingGroup" => "HazmatPackingGroup",
2115 
2116  "hazmatItemUnits" => "string",
2117 
2118  "hazmatItemUnitsQty" => "float",
2119 
2120  "isGcoCompliant" => "boolean",
2121 
2122  "offerSupport" => "boolean",
2123 
2124  "isInactive" => "boolean",
2125 
2126  "availableToPartners" => "boolean",
2127 
2128  "department" => "RecordRef",
2129 
2130  "class" => "RecordRef",
2131 
2132  "location" => "RecordRef",
2133 
2134  "costingMethod" => "ItemCostingMethod",
2135 
2136  "subsidiaryList" => "RecordRefList",
2137 
2138  "purchaseDescription" => "string",
2139 
2140  "copyDescription" => "boolean",
2141 
2142  "currency" => "string",
2143 
2144  "cogsAccount" => "RecordRef",
2145 
2146  "intercoCogsAccount" => "RecordRef",
2147 
2148  "vendor" => "RecordRef",
2149 
2150  "salesDescription" => "string",
2151 
2152  "incomeAccount" => "RecordRef",
2153 
2154  "intercoIncomeAccount" => "RecordRef",
2155 
2156  "issueProduct" => "RecordRef",
2157 
2158  "taxSchedule" => "RecordRef",
2159 
2160  "dropshipExpenseAccount" => "RecordRef",
2161 
2162  "isTaxable" => "boolean",
2163 
2164  "assetAccount" => "RecordRef",
2165 
2166  "matchBillToReceipt" => "boolean",
2167 
2168  "billQtyVarianceAcct" => "RecordRef",
2169 
2170  "billPriceVarianceAcct" => "RecordRef",
2171 
2172  "billExchRateVarianceAcct" => "RecordRef",
2173 
2174  "gainLossAccount" => "RecordRef",
2175 
2176  "shippingCost" => "float",
2177 
2178  "handlingCost" => "float",
2179 
2180  "weight" => "float",
2181 
2182  "costingMethodDisplay" => "string",
2183 
2184  "shippingCostUnits" => "string",
2185 
2186  "handlingCostUnits" => "string",
2187 
2188  "unitsType" => "RecordRef",
2189 
2190  "stockUnit" => "RecordRef",
2191 
2192  "purchaseUnit" => "RecordRef",
2193 
2194  "saleUnit" => "RecordRef",
2195 
2196  "minimumQuantityUnits" => "string",
2197 
2198  "safetyStockLevelUnits" => "string",
2199 
2200  "billingSchedule" => "RecordRef",
2201 
2202  "trackLandedCost" => "boolean",
2203 
2204  "isDropShipItem" => "boolean",
2205 
2206  "isSpecialOrderItem" => "boolean",
2207 
2208  "stockDescription" => "string",
2209 
2210  "deferredRevenueAccount" => "RecordRef",
2211 
2212  "producer" => "boolean",
2213 
2214  "manufacturer" => "string",
2215 
2216  "revRecSchedule" => "RecordRef",
2217 
2218  "mpn" => "string",
2219 
2220  "multManufactureAddr" => "boolean",
2221 
2222  "manufacturerAddr1" => "string",
2223 
2224  "manufacturerCity" => "string",
2225 
2226  "manufacturerState" => "string",
2227 
2228  "manufacturerZip" => "string",
2229 
2230  "countryOfManufacture" => "Country",
2231 
2232  "defaultItemShipMethod" => "RecordRef",
2233 
2234  "itemCarrier" => "ItemCarrier",
2235 
2236  "roundUpAsComponent" => "boolean",
2237 
2238  "purchaseOrderQuantity" => "float",
2239 
2240  "purchaseOrderAmount" => "float",
2241 
2242  "purchaseOrderQuantityDiff" => "float",
2243 
2244  "receiptQuantity" => "float",
2245 
2246  "receiptAmount" => "float",
2247 
2248  "receiptQuantityDiff" => "float",
2249 
2250  "itemShipMethodList" => "RecordRefList",
2251 
2252  "manufacturerTaxId" => "string",
2253 
2254  "scheduleBNumber" => "string",
2255 
2256  "scheduleBQuantity" => "integer",
2257 
2258  "scheduleBCode" => "ScheduleBCode",
2259 
2260  "manufacturerTariff" => "string",
2261 
2262  "preferenceCriterion" => "ItemPreferenceCriterion",
2263 
2264  "minimumQuantity" => "integer",
2265 
2266  "enforceMinQtyInternally" => "boolean",
2267 
2268  "shipPackage" => "RecordRef",
2269 
2270  "shipIndividually" => "boolean",
2271 
2272  "softDescriptor" => "RecordRef",
2273 
2274  "costCategory" => "RecordRef",
2275 
2276  "pricesIncludeTax" => "boolean",
2277 
2278  "purchasePriceVarianceAcct" => "RecordRef",
2279 
2280  "quantityPricingSchedule" => "RecordRef",
2281 
2282  "useMarginalRates" => "boolean",
2283 
2284  "costEstimateType" => "ItemCostEstimateType",
2285 
2286  "costEstimate" => "float",
2287 
2288  "transferPrice" => "float",
2289 
2290  "overallQuantityPricingType" => "ItemOverallQuantityPricingType",
2291 
2292  "pricingGroup" => "RecordRef",
2293 
2294  "preferredLocation" => "RecordRef",
2295 
2296  "vsoePrice" => "float",
2297 
2298  "vsoeSopGroup" => "VsoeSopGroup",
2299 
2300  "vsoeDeferral" => "VsoeDeferral",
2301 
2302  "vsoePermitDiscount" => "VsoePermitDiscount",
2303 
2304  "vsoeDelivered" => "boolean",
2305 
2306  "cost" => "float",
2307 
2308  "costUnits" => "string",
2309 
2310  "reorderMultiple" => "integer",
2311 
2312  "quantityReorderUnits" => "string",
2313 
2314  "totalValue" => "float",
2315 
2316  "useBins" => "boolean",
2317 
2318  "averageCost" => "float",
2319 
2320  "leadTime" => "integer",
2321 
2322  "autoLeadTime" => "boolean",
2323 
2324  "lastPurchasePrice" => "float",
2325 
2326  "autoReorderPoint" => "boolean",
2327 
2328  "autoPreferredStockLevel" => "boolean",
2329 
2330  "preferredStockLevelDays" => "float",
2331 
2332  "safetyStockLevel" => "float",
2333 
2334  "safetyStockLevelDays" => "integer",
2335 
2336  "backwardConsumptionDays" => "integer",
2337 
2338  "seasonalDemand" => "boolean",
2339 
2340  "demandModifier" => "float",
2341 
2342  "storeDisplayName" => "string",
2343 
2344  "storeDisplayThumbnail" => "RecordRef",
2345 
2346  "weightUnit" => "ItemWeightUnit",
2347 
2348  "weightUnits" => "string",
2349 
2350  "storeDisplayImage" => "RecordRef",
2351 
2352  "storeDescription" => "string",
2353 
2354  "storeDetailedDescription" => "string",
2355 
2356  "storeItemTemplate" => "RecordRef",
2357 
2358  "pageTitle" => "string",
2359 
2360  "metaTagHtml" => "string",
2361 
2362  "excludeFromSitemap" => "boolean",
2363 
2364  "sitemapPriority" => "SitemapPriority",
2365 
2366  "searchKeywords" => "string",
2367 
2368  "isDonationItem" => "boolean",
2369 
2370  "showDefaultDonationAmount" => "boolean",
2371 
2372  "maxDonationAmount" => "float",
2373 
2374  "shoppingDotComCategory" => "string",
2375 
2376  "shopzillaCategoryId" => "integer",
2377 
2378  "nexTagCategory" => "string",
2379 
2380  "quantityOnHand" => "float",
2381 
2382  "quantityOnHandUnits" => "string",
2383 
2384  "expirationDate" => "dateTime",
2385 
2386  "lastInvtCountDate" => "dateTime",
2387 
2388  "nextInvtCountDate" => "dateTime",
2389 
2390  "invtCountInterval" => "integer",
2391 
2392  "invtClassification" => "ItemInvtClassification",
2393 
2394  "onHandValueMli" => "float",
2395 
2396  "serialNumbers" => "string",
2397 
2398  "reorderPoint" => "float",
2399 
2400  "preferredStockLevel" => "float",
2401 
2402  "reorderPointUnits" => "string",
2403 
2404  "defaultReturnCost" => "float",
2405 
2406  "supplyReplenishmentMethod" => "RecordRef",
2407 
2408  "alternateDemandSourceItem" => "RecordRef",
2409 
2410  "fixedLotSize" => "float",
2411 
2412  "periodicLotSizeType" => "PeriodicLotSizeType",
2413 
2414  "supplyType" => "RecordRef",
2415 
2416  "demandTimeFence" => "integer",
2417 
2418  "supplyTimeFence" => "integer",
2419 
2420  "rescheduleInDays" => "integer",
2421 
2422  "rescheduleOutDays" => "integer",
2423 
2424  "periodicLotSizeDays" => "integer",
2425 
2426  "supplyLotSizingMethod" => "RecordRef",
2427 
2428  "forwardConsumptionDays" => "integer",
2429 
2430  "demandSource" => "RecordRef",
2431 
2432  "quantityOnOrder" => "float",
2433 
2434  "preferredStockLevelUnits" => "string",
2435 
2436  "quantityCommitted" => "float",
2437 
2438  "quantityAvailable" => "float",
2439 
2440  "quantityBackOrdered" => "float",
2441 
2442  "purchaseTaxCode" => "RecordRef",
2443 
2444  "rate" => "float",
2445 
2446  "salesTaxCode" => "RecordRef",
2447 
2448  "dontShowPrice" => "boolean",
2449 
2450  "noPriceMessage" => "string",
2451 
2452  "outOfStockMessage" => "string",
2453 
2454  "onSpecial" => "boolean",
2455 
2456  "outOfStockBehavior" => "ItemOutOfStockBehavior",
2457 
2458  "specialsDescription" => "string",
2459 
2460  "relatedItemsDescription" => "string",
2461 
2462  "featuredDescription" => "string",
2463 
2464  "productFeedList" => "ProductFeedList",
2465 
2466  "urlComponent" => "string",
2467 
2468  "itemOptionsList" => "ItemOptionsList",
2469 
2470  "matrixOptionList" => "MatrixOptionList",
2471 
2472  "itemVendorList" => "ItemVendorList",
2473 
2474  "pricingMatrix" => "PricingMatrix",
2475 
2476  "accountingBookDetailList" => "ItemAccountingBookDetailList",
2477 
2478  "itemNumberOptionsList" => "RecordRefList",
2479 
2480  "numbersList" => "LotNumberedInventoryItemNumbersList",
2481 
2482  "binNumberList" => "InventoryItemBinNumberList",
2483 
2484  "siteCategoryList" => "SiteCategoryList",
2485 
2486  "locationsList" => "LotNumberedInventoryItemLocationsList",
2487 
2488  "translationsList" => "TranslationList",
2489 
2490  "presentationItemList" => "PresentationItemList",
2491 
2492  "customFieldList" => "CustomFieldList",
2493 
2494  "internalId" => "string",
2495 
2496  "externalId" => "string",
2497 
2498  );
2499 
2500 }
Definition: Record.php:8