class ActiveNetsuite::InventoryNumber

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

nullFieldList - ActiveNetsuite::NullField
inventoryNumber - SOAP::SOAPString
item - ActiveNetsuite::RecordRef
status - SOAP::SOAPString
units - SOAP::SOAPString
expirationDate - SOAP::SOAPDateTime
memo - SOAP::SOAPString
locationsList - ActiveNetsuite::InventoryNumberLocationsList
customFieldList - ActiveNetsuite::CustomFieldList
xmlattr_internalId - SOAP::SOAPString
xmlattr_externalId - SOAP::SOAPString

Constants

AttrExternalId
AttrInternalId

Attributes

customFieldList[RW]
expirationDate[RW]
inventoryNumber[RW]
item[RW]
locationsList[RW]
memo[RW]
nullFieldList[RW]
status[RW]
units[RW]

Public Class Methods

new(nullFieldList = nil, inventoryNumber = nil, item = nil, status = nil, units = nil, expirationDate = nil, memo = nil, locationsList = nil, customFieldList = nil) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 12824
def initialize(nullFieldList = nil, inventoryNumber = nil, item = nil, status = nil, units = nil, expirationDate = nil, memo = nil, locationsList = nil, customFieldList = nil)
  @nullFieldList = nullFieldList
  @inventoryNumber = inventoryNumber
  @item = item
  @status = status
  @units = units
  @expirationDate = expirationDate
  @memo = memo
  @locationsList = locationsList
  @customFieldList = customFieldList
  @__xmlattr = {}
end

Public Instance Methods

__xmlattr() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 12804
def __xmlattr
  @__xmlattr ||= {}
end
xmlattr_externalId() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 12816
def xmlattr_externalId
  __xmlattr[AttrExternalId]
end
xmlattr_externalId=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 12820
def xmlattr_externalId=(value)
  __xmlattr[AttrExternalId] = value
end
xmlattr_internalId() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 12808
def xmlattr_internalId
  __xmlattr[AttrInternalId]
end
xmlattr_internalId=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 12812
def xmlattr_internalId=(value)
  __xmlattr[AttrInternalId] = value
end