class ActiveNetsuite::ItemReceipt
{urn:purchases_2013_2.transactions.webservices.netsuite.com}ItemReceipt
nullFieldList - ActiveNetsuite::NullField createdDate - SOAP::SOAPDateTime lastModifiedDate - SOAP::SOAPDateTime customForm - ActiveNetsuite::RecordRef exchangeRate - SOAP::SOAPDouble entity - ActiveNetsuite::RecordRef currencyName - SOAP::SOAPString subsidiary - ActiveNetsuite::RecordRef createdFrom - ActiveNetsuite::RecordRef tranDate - SOAP::SOAPDateTime partner - ActiveNetsuite::RecordRef postingPeriod - ActiveNetsuite::RecordRef tranId - SOAP::SOAPString memo - SOAP::SOAPString currency - ActiveNetsuite::RecordRef landedCostMethod - ActiveNetsuite::LandedCostMethod landedCostPerLine - SOAP::SOAPBoolean itemList - ActiveNetsuite::ItemReceiptItemList expenseList - ActiveNetsuite::ItemReceiptExpenseList landedCostsList - ActiveNetsuite::PurchLandedCostList customFieldList - ActiveNetsuite::CustomFieldList xmlattr_internalId - SOAP::SOAPString xmlattr_externalId - SOAP::SOAPString
Constants
- AttrExternalId
- AttrInternalId
Attributes
createdDate[RW]
createdFrom[RW]
currency[RW]
currencyName[RW]
customFieldList[RW]
customForm[RW]
entity[RW]
exchangeRate[RW]
expenseList[RW]
itemList[RW]
landedCostMethod[RW]
landedCostPerLine[RW]
landedCostsList[RW]
lastModifiedDate[RW]
memo[RW]
nullFieldList[RW]
partner[RW]
postingPeriod[RW]
subsidiary[RW]
tranDate[RW]
tranId[RW]
Public Class Methods
new(nullFieldList = nil, createdDate = nil, lastModifiedDate = nil, customForm = nil, exchangeRate = nil, entity = nil, currencyName = nil, subsidiary = nil, createdFrom = nil, tranDate = nil, partner = nil, postingPeriod = nil, tranId = nil, memo = nil, currency = nil, landedCostMethod = nil, landedCostPerLine = nil, itemList = nil, expenseList = nil, landedCostsList = nil, customFieldList = nil)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 16062 def initialize(nullFieldList = nil, createdDate = nil, lastModifiedDate = nil, customForm = nil, exchangeRate = nil, entity = nil, currencyName = nil, subsidiary = nil, createdFrom = nil, tranDate = nil, partner = nil, postingPeriod = nil, tranId = nil, memo = nil, currency = nil, landedCostMethod = nil, landedCostPerLine = nil, itemList = nil, expenseList = nil, landedCostsList = nil, customFieldList = nil) @nullFieldList = nullFieldList @createdDate = createdDate @lastModifiedDate = lastModifiedDate @customForm = customForm @exchangeRate = exchangeRate @entity = entity @currencyName = currencyName @subsidiary = subsidiary @createdFrom = createdFrom @tranDate = tranDate @partner = partner @postingPeriod = postingPeriod @tranId = tranId @memo = memo @currency = currency @landedCostMethod = landedCostMethod @landedCostPerLine = landedCostPerLine @itemList = itemList @expenseList = expenseList @landedCostsList = landedCostsList @customFieldList = customFieldList @__xmlattr = {} end
Public Instance Methods
__xmlattr()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 16042 def __xmlattr @__xmlattr ||= {} end
xmlattr_externalId()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 16054 def xmlattr_externalId __xmlattr[AttrExternalId] end
xmlattr_externalId=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 16058 def xmlattr_externalId=(value) __xmlattr[AttrExternalId] = value end
xmlattr_internalId()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 16046 def xmlattr_internalId __xmlattr[AttrInternalId] end
xmlattr_internalId=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 16050 def xmlattr_internalId=(value) __xmlattr[AttrInternalId] = value end