class ActiveNetsuite::InventoryTransfer

{urn:inventory_2013_2.transactions.webservices.netsuite.com}InventoryTransfer

nullFieldList - ActiveNetsuite::NullField
createdDate - SOAP::SOAPDateTime
lastModifiedDate - SOAP::SOAPDateTime
tranDate - SOAP::SOAPDateTime
postingPeriod - ActiveNetsuite::RecordRef
tranId - SOAP::SOAPString
memo - SOAP::SOAPString
location - ActiveNetsuite::RecordRef
transferLocation - ActiveNetsuite::RecordRef
department - ActiveNetsuite::RecordRef
m_class - ActiveNetsuite::RecordRef
subsidiary - ActiveNetsuite::RecordRef
inventoryList - ActiveNetsuite::InventoryTransferInventoryList
xmlattr_internalId - SOAP::SOAPString
xmlattr_externalId - SOAP::SOAPString

Constants

AttrExternalId
AttrInternalId

Attributes

createdDate[RW]
department[RW]
inventoryList[RW]
lastModifiedDate[RW]
location[RW]
memo[RW]
nullFieldList[RW]
postingPeriod[RW]
subsidiary[RW]
tranDate[RW]
tranId[RW]
transferLocation[RW]

Public Class Methods

new(nullFieldList = nil, createdDate = nil, lastModifiedDate = nil, tranDate = nil, postingPeriod = nil, tranId = nil, memo = nil, location = nil, transferLocation = nil, department = nil, v_class = nil, subsidiary = nil, inventoryList = nil) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19223
def initialize(nullFieldList = nil, createdDate = nil, lastModifiedDate = nil, tranDate = nil, postingPeriod = nil, tranId = nil, memo = nil, location = nil, transferLocation = nil, department = nil, v_class = nil, subsidiary = nil, inventoryList = nil)
  @nullFieldList = nullFieldList
  @createdDate = createdDate
  @lastModifiedDate = lastModifiedDate
  @tranDate = tranDate
  @postingPeriod = postingPeriod
  @tranId = tranId
  @memo = memo
  @location = location
  @transferLocation = transferLocation
  @department = department
  @v_class = v_class
  @subsidiary = subsidiary
  @inventoryList = inventoryList
  @__xmlattr = {}
end

Public Instance Methods

__xmlattr() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19203
def __xmlattr
  @__xmlattr ||= {}
end
m_class() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19195
def m_class
  @v_class
end
m_class=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19199
def m_class=(value)
  @v_class = value
end
xmlattr_externalId() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19215
def xmlattr_externalId
  __xmlattr[AttrExternalId]
end
xmlattr_externalId=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19219
def xmlattr_externalId=(value)
  __xmlattr[AttrExternalId] = value
end
xmlattr_internalId() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19207
def xmlattr_internalId
  __xmlattr[AttrInternalId]
end
xmlattr_internalId=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19211
def xmlattr_internalId=(value)
  __xmlattr[AttrInternalId] = value
end