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