class ActiveNetsuite::BinTransfer
{urn:inventory_2013_2.transactions.webservices.netsuite.com}BinTransfer
nullFieldList - ActiveNetsuite::NullField createdDate - SOAP::SOAPDateTime lastModifiedDate - SOAP::SOAPDateTime tranDate - SOAP::SOAPDateTime memo - SOAP::SOAPString location - ActiveNetsuite::RecordRef inventoryList - ActiveNetsuite::BinTransferInventoryList subsidiary - ActiveNetsuite::RecordRef tranId - SOAP::SOAPString xmlattr_internalId - SOAP::SOAPString xmlattr_externalId - SOAP::SOAPString
Constants
- AttrExternalId
- AttrInternalId
Attributes
createdDate[RW]
inventoryList[RW]
lastModifiedDate[RW]
location[RW]
memo[RW]
nullFieldList[RW]
subsidiary[RW]
tranDate[RW]
tranId[RW]
Public Class Methods
new(nullFieldList = nil, createdDate = nil, lastModifiedDate = nil, tranDate = nil, memo = nil, location = nil, inventoryList = nil, subsidiary = nil, tranId = nil)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19287 def initialize(nullFieldList = nil, createdDate = nil, lastModifiedDate = nil, tranDate = nil, memo = nil, location = nil, inventoryList = nil, subsidiary = nil, tranId = nil) @nullFieldList = nullFieldList @createdDate = createdDate @lastModifiedDate = lastModifiedDate @tranDate = tranDate @memo = memo @location = location @inventoryList = inventoryList @subsidiary = subsidiary @tranId = tranId @__xmlattr = {} end
Public Instance Methods
__xmlattr()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19267 def __xmlattr @__xmlattr ||= {} end
xmlattr_externalId()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19279 def xmlattr_externalId __xmlattr[AttrExternalId] end
xmlattr_externalId=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19283 def xmlattr_externalId=(value) __xmlattr[AttrExternalId] = value end
xmlattr_internalId()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19271 def xmlattr_internalId __xmlattr[AttrInternalId] end
xmlattr_internalId=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19275 def xmlattr_internalId=(value) __xmlattr[AttrInternalId] = value end