class ActiveNetsuite::LotNumberedInventoryItemLocations

{urn:accounting_2013_2.lists.webservices.netsuite.com}LotNumberedInventoryItemLocations

location - SOAP::SOAPString
quantityOnHand - SOAP::SOAPDouble
onHandValueMli - SOAP::SOAPDouble
serialNumbers - SOAP::SOAPString
expirationDate - SOAP::SOAPDateTime
averageCostMli - SOAP::SOAPDouble
lastPurchasePriceMli - SOAP::SOAPDouble
reorderPoint - SOAP::SOAPDouble
preferredStockLevel - SOAP::SOAPDouble
leadTime - SOAP::SOAPLong
defaultReturnCost - SOAP::SOAPDouble
safetyStockLevel - SOAP::SOAPDouble
cost - SOAP::SOAPDouble
inventoryCostTemplate - ActiveNetsuite::RecordRef
buildTime - SOAP::SOAPDouble
lastInvtCountDate - SOAP::SOAPDateTime
nextInvtCountDate - SOAP::SOAPDateTime
isWip - SOAP::SOAPBoolean
invtCountInterval - SOAP::SOAPLong
invtClassification - ActiveNetsuite::ItemInvtClassification
costingLotSize - SOAP::SOAPDouble
quantityOnOrder - SOAP::SOAPDouble
quantityCommitted - SOAP::SOAPDouble
quantityAvailable - SOAP::SOAPDouble
quantityBackOrdered - SOAP::SOAPDouble
locationId - ActiveNetsuite::RecordRef
locationlookup - ActiveNetsuite::RecordRef
location_display - SOAP::SOAPString
supplyReplenishmentMethod - ActiveNetsuite::RecordRef
alternateDemandSourceItem - ActiveNetsuite::RecordRef
fixedLotSize - SOAP::SOAPDouble
periodicLotSizeType - ActiveNetsuite::PeriodicLotSizeType
periodicLotSizeDays - SOAP::SOAPLong
supplyType - ActiveNetsuite::RecordRef
supplyLotSizingMethod - ActiveNetsuite::RecordRef
demandSource - ActiveNetsuite::RecordRef
backwardConsumptionDays - SOAP::SOAPLong
forwardConsumptionDays - SOAP::SOAPLong

Attributes

alternateDemandSourceItem[RW]
averageCostMli[RW]
backwardConsumptionDays[RW]
buildTime[RW]
cost[RW]
costingLotSize[RW]
defaultReturnCost[RW]
demandSource[RW]
expirationDate[RW]
fixedLotSize[RW]
forwardConsumptionDays[RW]
inventoryCostTemplate[RW]
invtClassification[RW]
invtCountInterval[RW]
isWip[RW]
lastInvtCountDate[RW]
lastPurchasePriceMli[RW]
leadTime[RW]
location[RW]
locationId[RW]
location_display[RW]
locationlookup[RW]
nextInvtCountDate[RW]
onHandValueMli[RW]
periodicLotSizeDays[RW]
periodicLotSizeType[RW]
preferredStockLevel[RW]
quantityAvailable[RW]
quantityBackOrdered[RW]
quantityCommitted[RW]
quantityOnHand[RW]
quantityOnOrder[RW]
reorderPoint[RW]
safetyStockLevel[RW]
serialNumbers[RW]
supplyLotSizingMethod[RW]
supplyReplenishmentMethod[RW]
supplyType[RW]

Public Class Methods

new(location = nil, quantityOnHand = nil, onHandValueMli = nil, serialNumbers = nil, expirationDate = nil, averageCostMli = nil, lastPurchasePriceMli = nil, reorderPoint = nil, preferredStockLevel = nil, leadTime = nil, defaultReturnCost = nil, safetyStockLevel = nil, cost = nil, inventoryCostTemplate = nil, buildTime = nil, lastInvtCountDate = nil, nextInvtCountDate = nil, isWip = nil, invtCountInterval = nil, invtClassification = nil, costingLotSize = nil, quantityOnOrder = nil, quantityCommitted = nil, quantityAvailable = nil, quantityBackOrdered = nil, locationId = nil, locationlookup = nil, location_display = nil, supplyReplenishmentMethod = nil, alternateDemandSourceItem = nil, fixedLotSize = nil, periodicLotSizeType = nil, periodicLotSizeDays = nil, supplyType = nil, supplyLotSizingMethod = nil, demandSource = nil, backwardConsumptionDays = nil, forwardConsumptionDays = nil) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 52990
def initialize(location = nil, quantityOnHand = nil, onHandValueMli = nil, serialNumbers = nil, expirationDate = nil, averageCostMli = nil, lastPurchasePriceMli = nil, reorderPoint = nil, preferredStockLevel = nil, leadTime = nil, defaultReturnCost = nil, safetyStockLevel = nil, cost = nil, inventoryCostTemplate = nil, buildTime = nil, lastInvtCountDate = nil, nextInvtCountDate = nil, isWip = nil, invtCountInterval = nil, invtClassification = nil, costingLotSize = nil, quantityOnOrder = nil, quantityCommitted = nil, quantityAvailable = nil, quantityBackOrdered = nil, locationId = nil, locationlookup = nil, location_display = nil, supplyReplenishmentMethod = nil, alternateDemandSourceItem = nil, fixedLotSize = nil, periodicLotSizeType = nil, periodicLotSizeDays = nil, supplyType = nil, supplyLotSizingMethod = nil, demandSource = nil, backwardConsumptionDays = nil, forwardConsumptionDays = nil)
  @location = location
  @quantityOnHand = quantityOnHand
  @onHandValueMli = onHandValueMli
  @serialNumbers = serialNumbers
  @expirationDate = expirationDate
  @averageCostMli = averageCostMli
  @lastPurchasePriceMli = lastPurchasePriceMli
  @reorderPoint = reorderPoint
  @preferredStockLevel = preferredStockLevel
  @leadTime = leadTime
  @defaultReturnCost = defaultReturnCost
  @safetyStockLevel = safetyStockLevel
  @cost = cost
  @inventoryCostTemplate = inventoryCostTemplate
  @buildTime = buildTime
  @lastInvtCountDate = lastInvtCountDate
  @nextInvtCountDate = nextInvtCountDate
  @isWip = isWip
  @invtCountInterval = invtCountInterval
  @invtClassification = invtClassification
  @costingLotSize = costingLotSize
  @quantityOnOrder = quantityOnOrder
  @quantityCommitted = quantityCommitted
  @quantityAvailable = quantityAvailable
  @quantityBackOrdered = quantityBackOrdered
  @locationId = locationId
  @locationlookup = locationlookup
  @location_display = location_display
  @supplyReplenishmentMethod = supplyReplenishmentMethod
  @alternateDemandSourceItem = alternateDemandSourceItem
  @fixedLotSize = fixedLotSize
  @periodicLotSizeType = periodicLotSizeType
  @periodicLotSizeDays = periodicLotSizeDays
  @supplyType = supplyType
  @supplyLotSizingMethod = supplyLotSizingMethod
  @demandSource = demandSource
  @backwardConsumptionDays = backwardConsumptionDays
  @forwardConsumptionDays = forwardConsumptionDays
end