Netsutie PHP Toolkit
AssemblyItem.php
Go to the documentation of this file.
1 <?php
8 class AssemblyItem extends Record {
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 
138  public $isInactive;
139 
149 
159 
168  public $department;
169 
179 
188  public $class;
189 
198  public $location;
199 
208  public $description;
209 
218  public $cogsAccount;
219 
229 
239 
249 
259 
269 
279 
289 
299 
309 
319 
329 
339 
348  public $scrapAcct;
349 
358  public $taxSchedule;
359 
368  public $wipAcct;
369 
379 
389 
398  public $weight;
399 
408  public $weightUnit;
409 
418  public $isTaxable;
419 
429 
438  public $rate;
439 
449 
458  public $unitsType;
459 
468  public $stockUnit;
469 
479 
488  public $saleUnit;
489 
499 
509 
519 
529 
539 
548  public $producer;
549 
559 
568  public $mpn;
569 
579 
589 
599 
609 
619 
629 
639 
649 
659 
669 
679 
689 
699 
709 
719 
729 
738  public $itemCarrier;
739 
749 
759 
769 
779 
789 
799 
809 
819 
829 
839 
849 
859 
869 
879 
889 
899 
909 
919 
929 
939 
949 
959 
969 
979 
989 
999 
1009 
1018  public $hazmatId;
1019 
1029 
1039 
1049 
1059 
1069 
1079 
1089 
1099 
1109 
1119 
1128  public $vsoePrice;
1129 
1139 
1149 
1159 
1169 
1179 
1189 
1199 
1209 
1218  public $totalValue;
1219 
1228  public $useBins;
1229 
1239 
1248  public $leadTime;
1249 
1259 
1268  public $buildTime;
1269 
1279 
1289 
1299 
1309 
1319 
1329 
1338  public $cost;
1339 
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 
1658  public $pageTitle;
1659 
1669 
1679 
1689 
1699 
1709 
1719 
1729 
1739 
1749 
1759 
1769 
1779 
1789 
1799 
1809 
1819 
1829 
1838  public $onSpecial;
1839 
1849 
1859 
1869 
1879 
1889 
1899 
1908  public $memberList;
1909 
1919 
1929 
1939 
1949 
1959 
1969 
1979 
1988  public $internalId;
1989 
1998  public $externalId;
1999 
2000 
2001 
2002  static $paramtypesmap = array(
2003 
2004  "createdDate" => "dateTime",
2005 
2006  "lastModifiedDate" => "dateTime",
2007 
2008  "customForm" => "RecordRef",
2009 
2010  "itemId" => "string",
2011 
2012  "upcCode" => "string",
2013 
2014  "displayName" => "string",
2015 
2016  "vendorName" => "string",
2017 
2018  "parent" => "RecordRef",
2019 
2020  "printItems" => "boolean",
2021 
2022  "isOnline" => "boolean",
2023 
2024  "isGcoCompliant" => "boolean",
2025 
2026  "offerSupport" => "boolean",
2027 
2028  "isInactive" => "boolean",
2029 
2030  "availableToPartners" => "boolean",
2031 
2032  "subsidiaryList" => "RecordRefList",
2033 
2034  "department" => "RecordRef",
2035 
2036  "includeChildren" => "boolean",
2037 
2038  "class" => "RecordRef",
2039 
2040  "location" => "RecordRef",
2041 
2042  "description" => "string",
2043 
2044  "cogsAccount" => "RecordRef",
2045 
2046  "incomeAccount" => "RecordRef",
2047 
2048  "intercoIncomeAccount" => "RecordRef",
2049 
2050  "assetAccount" => "RecordRef",
2051 
2052  "matchBillToReceipt" => "boolean",
2053 
2054  "billQtyVarianceAcct" => "RecordRef",
2055 
2056  "billPriceVarianceAcct" => "RecordRef",
2057 
2058  "billExchRateVarianceAcct" => "RecordRef",
2059 
2060  "gainLossAccount" => "RecordRef",
2061 
2062  "salesTaxCode" => "RecordRef",
2063 
2064  "useComponentYield" => "boolean",
2065 
2066  "wipVarianceAcct" => "RecordRef",
2067 
2068  "purchaseTaxCode" => "RecordRef",
2069 
2070  "scrapAcct" => "RecordRef",
2071 
2072  "taxSchedule" => "RecordRef",
2073 
2074  "wipAcct" => "RecordRef",
2075 
2076  "shippingCost" => "float",
2077 
2078  "handlingCost" => "float",
2079 
2080  "weight" => "float",
2081 
2082  "weightUnit" => "ItemWeightUnit",
2083 
2084  "isTaxable" => "boolean",
2085 
2086  "costingMethod" => "ItemCostingMethod",
2087 
2088  "rate" => "float",
2089 
2090  "costingMethodDisplay" => "string",
2091 
2092  "unitsType" => "RecordRef",
2093 
2094  "stockUnit" => "RecordRef",
2095 
2096  "purchaseUnit" => "RecordRef",
2097 
2098  "saleUnit" => "RecordRef",
2099 
2100  "trackLandedCost" => "boolean",
2101 
2102  "billingSchedule" => "RecordRef",
2103 
2104  "deferredRevenueAccount" => "RecordRef",
2105 
2106  "revRecSchedule" => "RecordRef",
2107 
2108  "stockDescription" => "string",
2109 
2110  "producer" => "boolean",
2111 
2112  "manufacturer" => "string",
2113 
2114  "mpn" => "string",
2115 
2116  "multManufactureAddr" => "boolean",
2117 
2118  "manufactureraddr1" => "string",
2119 
2120  "manufacturerCity" => "string",
2121 
2122  "manufacturerState" => "string",
2123 
2124  "manufacturerZip" => "string",
2125 
2126  "countryOfManufacture" => "Country",
2127 
2128  "effectiveBomControl" => "AssemblyItemEffectiveBomControl",
2129 
2130  "defaultRevision" => "string",
2131 
2132  "roundUpAsComponent" => "boolean",
2133 
2134  "purchaseOrderQuantity" => "float",
2135 
2136  "purchaseOrderAmount" => "float",
2137 
2138  "purchaseOrderQuantityDiff" => "float",
2139 
2140  "receiptQuantity" => "float",
2141 
2142  "receiptAmount" => "float",
2143 
2144  "receiptQuantityDiff" => "float",
2145 
2146  "defaultItemShipMethod" => "RecordRef",
2147 
2148  "itemCarrier" => "ItemCarrier",
2149 
2150  "itemShipMethodList" => "RecordRefList",
2151 
2152  "manufacturerTaxId" => "string",
2153 
2154  "scheduleBNumber" => "string",
2155 
2156  "scheduleBQuantity" => "integer",
2157 
2158  "scheduleBCode" => "RecordRef",
2159 
2160  "manufacturerTariff" => "string",
2161 
2162  "preferenceCriterion" => "ItemPreferenceCriterion",
2163 
2164  "issueProduct" => "RecordRef",
2165 
2166  "minimumQuantity" => "integer",
2167 
2168  "lastInvtCountDate" => "dateTime",
2169 
2170  "nextInvtCountDate" => "dateTime",
2171 
2172  "invtCountInterval" => "integer",
2173 
2174  "invtClassification" => "ItemInvtClassification",
2175 
2176  "enforceMinQtyInternally" => "boolean",
2177 
2178  "softDescriptor" => "RecordRef",
2179 
2180  "isSpecialWorkOrderItem" => "boolean",
2181 
2182  "costCategory" => "RecordRef",
2183 
2184  "pricesIncludeTax" => "boolean",
2185 
2186  "prodQtyVarianceAcct" => "RecordRef",
2187 
2188  "prodPriceVarianceAcct" => "RecordRef",
2189 
2190  "purchasePriceVarianceAcct" => "RecordRef",
2191 
2192  "quantityPricingSchedule" => "RecordRef",
2193 
2194  "buildEntireAssembly" => "boolean",
2195 
2196  "quantityOnHand" => "float",
2197 
2198  "useMarginalRates" => "boolean",
2199 
2200  "costEstimateType" => "ItemCostEstimateType",
2201 
2202  "isHazmatItem" => "boolean",
2203 
2204  "hazmatId" => "string",
2205 
2206  "hazmatShippingName" => "string",
2207 
2208  "hazmatHazardClass" => "string",
2209 
2210  "hazmatPackingGroup" => "HazmatPackingGroup",
2211 
2212  "hazmatItemUnits" => "string",
2213 
2214  "hazmatItemUnitsQty" => "float",
2215 
2216  "costEstimate" => "float",
2217 
2218  "transferPrice" => "float",
2219 
2220  "overallQuantityPricingType" => "ItemOverallQuantityPricingType",
2221 
2222  "pricingGroup" => "RecordRef",
2223 
2224  "intercoCogsAccount" => "RecordRef",
2225 
2226  "vsoePrice" => "float",
2227 
2228  "vsoeSopGroup" => "VsoeSopGroup",
2229 
2230  "vsoeDeferral" => "VsoeDeferral",
2231 
2232  "vsoePermitDiscount" => "VsoePermitDiscount",
2233 
2234  "vsoeDelivered" => "boolean",
2235 
2236  "unbuildVarianceAccount" => "RecordRef",
2237 
2238  "deferRevRec" => "boolean",
2239 
2240  "dropshipExpenseAccount" => "RecordRef",
2241 
2242  "preferredLocation" => "RecordRef",
2243 
2244  "totalValue" => "float",
2245 
2246  "useBins" => "boolean",
2247 
2248  "averageCost" => "float",
2249 
2250  "leadTime" => "integer",
2251 
2252  "autoLeadTime" => "boolean",
2253 
2254  "buildTime" => "integer",
2255 
2256  "lastPurchasePrice" => "float",
2257 
2258  "purchaseDescription" => "string",
2259 
2260  "safetyStockLevel" => "float",
2261 
2262  "safetyStockLevelDays" => "integer",
2263 
2264  "seasonalDemand" => "boolean",
2265 
2266  "reorderMultiple" => "integer",
2267 
2268  "cost" => "float",
2269 
2270  "reorderPoint" => "float",
2271 
2272  "demandModifier" => "float",
2273 
2274  "distributionNetwork" => "RecordRef",
2275 
2276  "distributionCategory" => "RecordRef",
2277 
2278  "preferredStockLevel" => "float",
2279 
2280  "autoReorderPoint" => "boolean",
2281 
2282  "autoPreferredStockLevel" => "boolean",
2283 
2284  "preferredStockLevelDays" => "float",
2285 
2286  "quantityCommitted" => "float",
2287 
2288  "shipIndividually" => "boolean",
2289 
2290  "quantityAvailable" => "float",
2291 
2292  "shipPackage" => "RecordRef",
2293 
2294  "quantityBackOrdered" => "float",
2295 
2296  "storeDisplayName" => "string",
2297 
2298  "defaultReturnCost" => "float",
2299 
2300  "supplyReplenishmentMethod" => "RecordRef",
2301 
2302  "alternateDemandSourceItem" => "RecordRef",
2303 
2304  "fixedLotSize" => "float",
2305 
2306  "supplyType" => "RecordRef",
2307 
2308  "demandTimeFence" => "integer",
2309 
2310  "supplyTimeFence" => "integer",
2311 
2312  "rescheduleInDays" => "integer",
2313 
2314  "rescheduleOutDays" => "integer",
2315 
2316  "supplyLotSizingMethod" => "RecordRef",
2317 
2318  "demandSource" => "RecordRef",
2319 
2320  "quantityOnOrder" => "float",
2321 
2322  "storeDisplayThumbnail" => "RecordRef",
2323 
2324  "storeDisplayImage" => "RecordRef",
2325 
2326  "storeDescription" => "string",
2327 
2328  "storeDetailedDescription" => "string",
2329 
2330  "storeItemTemplate" => "RecordRef",
2331 
2332  "pageTitle" => "string",
2333 
2334  "urlComponent" => "string",
2335 
2336  "metaTagHtml" => "string",
2337 
2338  "excludeFromSitemap" => "boolean",
2339 
2340  "sitemapPriority" => "SitemapPriority",
2341 
2342  "searchKeywords" => "string",
2343 
2344  "isDonationItem" => "boolean",
2345 
2346  "showDefaultDonationAmount" => "boolean",
2347 
2348  "maxDonationAmount" => "float",
2349 
2350  "dontShowPrice" => "boolean",
2351 
2352  "noPriceMessage" => "string",
2353 
2354  "outOfStockMessage" => "string",
2355 
2356  "shoppingDotComCategory" => "string",
2357 
2358  "outOfStockBehavior" => "ItemOutOfStockBehavior",
2359 
2360  "shopzillaCategoryId" => "integer",
2361 
2362  "nexTagCategory" => "string",
2363 
2364  "productFeedList" => "ProductFeedList",
2365 
2366  "relatedItemsDescription" => "string",
2367 
2368  "onSpecial" => "boolean",
2369 
2370  "specialsDescription" => "string",
2371 
2372  "featuredDescription" => "string",
2373 
2374  "itemOptionsList" => "ItemOptionsList",
2375 
2376  "itemNumberOptionsList" => "RecordRefList",
2377 
2378  "itemVendorList" => "ItemVendorList",
2379 
2380  "pricingMatrix" => "PricingMatrix",
2381 
2382  "memberList" => "ItemMemberList",
2383 
2384  "accountingBookDetailList" => "ItemAccountingBookDetailList",
2385 
2386  "locationsList" => "InventoryItemLocationsList",
2387 
2388  "siteCategoryList" => "SiteCategoryList",
2389 
2390  "binNumberList" => "InventoryItemBinNumberList",
2391 
2392  "translationsList" => "TranslationList",
2393 
2394  "presentationItemList" => "PresentationItemList",
2395 
2396  "customFieldList" => "CustomFieldList",
2397 
2398  "internalId" => "string",
2399 
2400  "externalId" => "string",
2401 
2402  );
2403 
2404 }
static $paramtypesmap
Definition: Record.php:8