class ActiveNetsuite::InventoryCostRevaluation
{urn:inventory_2013_2.transactions.webservices.netsuite.com}InventoryCostRevaluation
nullFieldList - ActiveNetsuite::NullField createdDate - SOAP::SOAPDateTime lastModifiedDate - SOAP::SOAPDateTime customForm - ActiveNetsuite::RecordRef subsidiary - ActiveNetsuite::RecordRef tranDate - SOAP::SOAPDateTime postingPeriod - ActiveNetsuite::RecordRef tranId - SOAP::SOAPString account - ActiveNetsuite::RecordRef item - ActiveNetsuite::RecordRef department - ActiveNetsuite::RecordRef m_class - ActiveNetsuite::RecordRef location - ActiveNetsuite::RecordRef memo - SOAP::SOAPString total - SOAP::SOAPDouble inventoryValue - SOAP::SOAPDouble unitCost - SOAP::SOAPDouble costComponentList - ActiveNetsuite::InventoryCostRevaluationCostComponentList customFieldList - ActiveNetsuite::CustomFieldList xmlattr_internalId - SOAP::SOAPString xmlattr_externalId - SOAP::SOAPString
Constants
- AttrExternalId
- AttrInternalId
Attributes
account[RW]
costComponentList[RW]
createdDate[RW]
customFieldList[RW]
customForm[RW]
department[RW]
inventoryValue[RW]
item[RW]
lastModifiedDate[RW]
location[RW]
memo[RW]
nullFieldList[RW]
postingPeriod[RW]
subsidiary[RW]
total[RW]
tranDate[RW]
tranId[RW]
unitCost[RW]
Public Class Methods
new(nullFieldList = nil, createdDate = nil, lastModifiedDate = nil, customForm = nil, subsidiary = nil, tranDate = nil, postingPeriod = nil, tranId = nil, account = nil, item = nil, department = nil, v_class = nil, location = nil, memo = nil, total = nil, inventoryValue = nil, unitCost = nil, costComponentList = nil, customFieldList = nil)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19746 def initialize(nullFieldList = nil, createdDate = nil, lastModifiedDate = nil, customForm = nil, subsidiary = nil, tranDate = nil, postingPeriod = nil, tranId = nil, account = nil, item = nil, department = nil, v_class = nil, location = nil, memo = nil, total = nil, inventoryValue = nil, unitCost = nil, costComponentList = nil, customFieldList = nil) @nullFieldList = nullFieldList @createdDate = createdDate @lastModifiedDate = lastModifiedDate @customForm = customForm @subsidiary = subsidiary @tranDate = tranDate @postingPeriod = postingPeriod @tranId = tranId @account = account @item = item @department = department @v_class = v_class @location = location @memo = memo @total = total @inventoryValue = inventoryValue @unitCost = unitCost @costComponentList = costComponentList @customFieldList = customFieldList @__xmlattr = {} end
Public Instance Methods
__xmlattr()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19726 def __xmlattr @__xmlattr ||= {} end
m_class()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19718 def m_class @v_class end
m_class=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19722 def m_class=(value) @v_class = value end
xmlattr_externalId()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19738 def xmlattr_externalId __xmlattr[AttrExternalId] end
xmlattr_externalId=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19742 def xmlattr_externalId=(value) __xmlattr[AttrExternalId] = value end
xmlattr_internalId()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19730 def xmlattr_internalId __xmlattr[AttrInternalId] end
xmlattr_internalId=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19734 def xmlattr_internalId=(value) __xmlattr[AttrInternalId] = value end