Method: ActiveNetsuite::InventoryItemLocations#initialize

Defined in:
lib/activenetsuite/soap/default.rb

#initialize(location = nil, quantityOnHand = nil, onHandValueMli = 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, supplyReplenishmentMethod = nil, alternateDemandSourceItem = nil, fixedLotSize = nil, periodicLotSizeType = nil, periodicLotSizeDays = nil, supplyType = nil, supplyLotSizingMethod = nil, demandSource = nil, backwardConsumptionDays = nil, forwardConsumptionDays = nil) ⇒ InventoryItemLocations

Returns a new instance of InventoryItemLocations.



52477
52478
52479
52480
52481
52482
52483
52484
52485
52486
52487
52488
52489
52490
52491
52492
52493
52494
52495
52496
52497
52498
52499
52500
52501
52502
52503
52504
52505
52506
52507
52508
52509
52510
52511
52512
# File 'lib/activenetsuite/soap/default.rb', line 52477

def initialize(location = nil, quantityOnHand = nil, onHandValueMli = 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, 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
  @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
  @supplyReplenishmentMethod = supplyReplenishmentMethod
  @alternateDemandSourceItem = alternateDemandSourceItem
  @fixedLotSize = fixedLotSize
  @periodicLotSizeType = periodicLotSizeType
  @periodicLotSizeDays = periodicLotSizeDays
  @supplyType = supplyType
  @supplyLotSizingMethod = supplyLotSizingMethod
  @demandSource = demandSource
  @backwardConsumptionDays = backwardConsumptionDays
  @forwardConsumptionDays = forwardConsumptionDays
end