class ActiveNetsuite::InventoryAdjustment
{urn:inventory_2013_2.transactions.webservices.netsuite.com}InventoryAdjustment
nullFieldList - ActiveNetsuite::NullField postingPeriod - ActiveNetsuite::RecordRef tranDate - SOAP::SOAPDateTime createdDate - SOAP::SOAPDateTime tranId - SOAP::SOAPString lastModifiedDate - SOAP::SOAPDateTime subsidiary - ActiveNetsuite::RecordRef account - ActiveNetsuite::RecordRef customForm - ActiveNetsuite::RecordRef estimatedTotalValue - SOAP::SOAPDouble customer - ActiveNetsuite::RecordRef department - ActiveNetsuite::RecordRef m_class - ActiveNetsuite::RecordRef adjLocation - ActiveNetsuite::RecordRef location - ActiveNetsuite::RecordRef memo - SOAP::SOAPString inventoryList - ActiveNetsuite::InventoryAdjustmentInventoryList customFieldList - ActiveNetsuite::CustomFieldList xmlattr_internalId - SOAP::SOAPString xmlattr_externalId - SOAP::SOAPString
Constants
- AttrExternalId
- AttrInternalId
Attributes
account[RW]
adjLocation[RW]
createdDate[RW]
customFieldList[RW]
customForm[RW]
customer[RW]
department[RW]
estimatedTotalValue[RW]
inventoryList[RW]
lastModifiedDate[RW]
location[RW]
memo[RW]
nullFieldList[RW]
postingPeriod[RW]
subsidiary[RW]
tranDate[RW]
tranId[RW]
Public Class Methods
new(nullFieldList = nil, postingPeriod = nil, tranDate = nil, createdDate = nil, tranId = nil, lastModifiedDate = nil, subsidiary = nil, account = nil, customForm = nil, estimatedTotalValue = nil, customer = nil, department = nil, v_class = nil, adjLocation = nil, location = nil, memo = nil, inventoryList = nil, customFieldList = nil)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 18480 def initialize(nullFieldList = nil, postingPeriod = nil, tranDate = nil, createdDate = nil, tranId = nil, lastModifiedDate = nil, subsidiary = nil, account = nil, customForm = nil, estimatedTotalValue = nil, customer = nil, department = nil, v_class = nil, adjLocation = nil, location = nil, memo = nil, inventoryList = nil, customFieldList = nil) @nullFieldList = nullFieldList @postingPeriod = postingPeriod @tranDate = tranDate @createdDate = createdDate @tranId = tranId @lastModifiedDate = lastModifiedDate @subsidiary = subsidiary @account = account @customForm = customForm @estimatedTotalValue = estimatedTotalValue @customer = customer @department = department @v_class = v_class @adjLocation = adjLocation @location = location @memo = memo @inventoryList = inventoryList @customFieldList = customFieldList @__xmlattr = {} end
Public Instance Methods
__xmlattr()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 18460 def __xmlattr @__xmlattr ||= {} end
m_class()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 18452 def m_class @v_class end
m_class=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 18456 def m_class=(value) @v_class = value end
xmlattr_externalId()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 18472 def xmlattr_externalId __xmlattr[AttrExternalId] end
xmlattr_externalId=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 18476 def xmlattr_externalId=(value) __xmlattr[AttrExternalId] = value end
xmlattr_internalId()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 18464 def xmlattr_internalId __xmlattr[AttrInternalId] end
xmlattr_internalId=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 18468 def xmlattr_internalId=(value) __xmlattr[AttrInternalId] = value end