class ActiveNetsuite::VendorReturnAuthorization
{urn:purchases_2013_2.transactions.webservices.netsuite.com}VendorReturnAuthorization
nullFieldList - ActiveNetsuite::NullField createdDate - SOAP::SOAPDateTime lastModifiedDate - SOAP::SOAPDateTime customForm - ActiveNetsuite::RecordRef tranId - SOAP::SOAPString createdFrom - ActiveNetsuite::RecordRef entity - ActiveNetsuite::RecordRef orderStatus - ActiveNetsuite::VendorReturnAuthorizationOrderStatus tranDate - SOAP::SOAPDateTime userTotal - SOAP::SOAPDouble currency - ActiveNetsuite::RecordRef currencyName - SOAP::SOAPString memo - SOAP::SOAPString exchangeRate - SOAP::SOAPDouble department - ActiveNetsuite::RecordRef m_class - ActiveNetsuite::RecordRef location - ActiveNetsuite::RecordRef subsidiary - ActiveNetsuite::RecordRef intercoTransaction - ActiveNetsuite::RecordRef intercoStatus - ActiveNetsuite::IntercoStatus expenseList - ActiveNetsuite::VendorReturnAuthorizationExpenseList itemList - ActiveNetsuite::VendorReturnAuthorizationItemList 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]
department[RW]
entity[RW]
exchangeRate[RW]
expenseList[RW]
intercoStatus[RW]
intercoTransaction[RW]
itemList[RW]
lastModifiedDate[RW]
location[RW]
memo[RW]
nullFieldList[RW]
orderStatus[RW]
subsidiary[RW]
tranDate[RW]
tranId[RW]
userTotal[RW]
Public Class Methods
new(nullFieldList = nil, createdDate = nil, lastModifiedDate = nil, customForm = nil, tranId = nil, createdFrom = nil, entity = nil, orderStatus = nil, tranDate = nil, userTotal = nil, currency = nil, currencyName = nil, memo = nil, exchangeRate = nil, department = nil, v_class = nil, location = nil, subsidiary = nil, intercoTransaction = nil, intercoStatus = nil, expenseList = nil, itemList = nil, customFieldList = nil)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 16420 def initialize(nullFieldList = nil, createdDate = nil, lastModifiedDate = nil, customForm = nil, tranId = nil, createdFrom = nil, entity = nil, orderStatus = nil, tranDate = nil, userTotal = nil, currency = nil, currencyName = nil, memo = nil, exchangeRate = nil, department = nil, v_class = nil, location = nil, subsidiary = nil, intercoTransaction = nil, intercoStatus = nil, expenseList = nil, itemList = nil, customFieldList = nil) @nullFieldList = nullFieldList @createdDate = createdDate @lastModifiedDate = lastModifiedDate @customForm = customForm @tranId = tranId @createdFrom = createdFrom @entity = entity @orderStatus = orderStatus @tranDate = tranDate @userTotal = userTotal @currency = currency @currencyName = currencyName @memo = memo @exchangeRate = exchangeRate @department = department @v_class = v_class @location = location @subsidiary = subsidiary @intercoTransaction = intercoTransaction @intercoStatus = intercoStatus @expenseList = expenseList @itemList = itemList @customFieldList = customFieldList @__xmlattr = {} end
Public Instance Methods
__xmlattr()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 16400 def __xmlattr @__xmlattr ||= {} end
m_class()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 16392 def m_class @v_class end
m_class=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 16396 def m_class=(value) @v_class = value end
xmlattr_externalId()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 16412 def xmlattr_externalId __xmlattr[AttrExternalId] end
xmlattr_externalId=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 16416 def xmlattr_externalId=(value) __xmlattr[AttrExternalId] = value end
xmlattr_internalId()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 16404 def xmlattr_internalId __xmlattr[AttrInternalId] end
xmlattr_internalId=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 16408 def xmlattr_internalId=(value) __xmlattr[AttrInternalId] = value end