class ActiveNetsuite::InventoryAdjustmentInventory
{urn:inventory_2013_2.transactions.webservices.netsuite.com}InventoryAdjustmentInventory
item - ActiveNetsuite::RecordRef line - SOAP::SOAPLong inventoryDetail - ActiveNetsuite::InventoryDetail description - SOAP::SOAPString location - ActiveNetsuite::RecordRef units - ActiveNetsuite::RecordRef quantityOnHand - SOAP::SOAPDouble currentValue - SOAP::SOAPDouble adjustQtyBy - SOAP::SOAPDouble binNumbers - SOAP::SOAPString serialNumbers - SOAP::SOAPString newQuantity - SOAP::SOAPDouble unitCost - SOAP::SOAPDouble foreignCurrencyUnitCost - SOAP::SOAPDouble memo - SOAP::SOAPString currency - SOAP::SOAPString expirationDate - SOAP::SOAPDateTime exchangeRate - SOAP::SOAPDouble
Attributes
adjustQtyBy[RW]
binNumbers[RW]
currency[RW]
currentValue[RW]
description[RW]
exchangeRate[RW]
expirationDate[RW]
foreignCurrencyUnitCost[RW]
inventoryDetail[RW]
item[RW]
line[RW]
location[RW]
memo[RW]
newQuantity[RW]
quantityOnHand[RW]
serialNumbers[RW]
unitCost[RW]
units[RW]
Public Class Methods
new(item = nil, line = nil, inventoryDetail = nil, description = nil, location = nil, units = nil, quantityOnHand = nil, currentValue = nil, adjustQtyBy = nil, binNumbers = nil, serialNumbers = nil, newQuantity = nil, unitCost = nil, foreignCurrencyUnitCost = nil, memo = nil, currency = nil, expirationDate = nil, exchangeRate = nil)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 58951 def initialize(item = nil, line = nil, inventoryDetail = nil, description = nil, location = nil, units = nil, quantityOnHand = nil, currentValue = nil, adjustQtyBy = nil, binNumbers = nil, serialNumbers = nil, newQuantity = nil, unitCost = nil, foreignCurrencyUnitCost = nil, memo = nil, currency = nil, expirationDate = nil, exchangeRate = nil) @item = item @line = line @inventoryDetail = inventoryDetail @description = description @location = location @units = units @quantityOnHand = quantityOnHand @currentValue = currentValue @adjustQtyBy = adjustQtyBy @binNumbers = binNumbers @serialNumbers = serialNumbers @newQuantity = newQuantity @unitCost = unitCost @foreignCurrencyUnitCost = foreignCurrencyUnitCost @memo = memo @currency = currency @expirationDate = expirationDate @exchangeRate = exchangeRate end