class ActiveNetsuite::JournalEntry
{urn:general_2013_2.transactions.webservices.netsuite.com}JournalEntry
nullFieldList - ActiveNetsuite::NullField postingPeriod - ActiveNetsuite::RecordRef tranDate - SOAP::SOAPDateTime currency - ActiveNetsuite::RecordRef exchangeRate - SOAP::SOAPDouble tranId - SOAP::SOAPString reversalDate - SOAP::SOAPDateTime reversalDefer - SOAP::SOAPBoolean parentExpenseAlloc - ActiveNetsuite::RecordRef reversalEntry - SOAP::SOAPString createdFrom - ActiveNetsuite::RecordRef department - ActiveNetsuite::RecordRef m_class - ActiveNetsuite::RecordRef location - ActiveNetsuite::RecordRef subsidiary - ActiveNetsuite::RecordRef toSubsidiary - ActiveNetsuite::RecordRef approved - SOAP::SOAPBoolean createdDate - SOAP::SOAPDateTime lastModifiedDate - SOAP::SOAPDateTime customForm - ActiveNetsuite::RecordRef lineList - ActiveNetsuite::JournalEntryLineList customFieldList - ActiveNetsuite::CustomFieldList xmlattr_internalId - SOAP::SOAPString xmlattr_externalId - SOAP::SOAPString
Constants
- AttrExternalId
- AttrInternalId
Attributes
approved[RW]
createdDate[RW]
createdFrom[RW]
currency[RW]
customFieldList[RW]
customForm[RW]
department[RW]
exchangeRate[RW]
lastModifiedDate[RW]
lineList[RW]
location[RW]
nullFieldList[RW]
parentExpenseAlloc[RW]
postingPeriod[RW]
reversalDate[RW]
reversalDefer[RW]
reversalEntry[RW]
subsidiary[RW]
toSubsidiary[RW]
tranDate[RW]
tranId[RW]
Public Class Methods
new(nullFieldList = nil, postingPeriod = nil, tranDate = nil, currency = nil, exchangeRate = nil, tranId = nil, reversalDate = nil, reversalDefer = nil, parentExpenseAlloc = nil, reversalEntry = nil, createdFrom = nil, department = nil, v_class = nil, location = nil, subsidiary = nil, toSubsidiary = nil, approved = nil, createdDate = nil, lastModifiedDate = nil, customForm = nil, lineList = nil, customFieldList = nil)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19849 def initialize(nullFieldList = nil, postingPeriod = nil, tranDate = nil, currency = nil, exchangeRate = nil, tranId = nil, reversalDate = nil, reversalDefer = nil, parentExpenseAlloc = nil, reversalEntry = nil, createdFrom = nil, department = nil, v_class = nil, location = nil, subsidiary = nil, toSubsidiary = nil, approved = nil, createdDate = nil, lastModifiedDate = nil, customForm = nil, lineList = nil, customFieldList = nil) @nullFieldList = nullFieldList @postingPeriod = postingPeriod @tranDate = tranDate @currency = currency @exchangeRate = exchangeRate @tranId = tranId @reversalDate = reversalDate @reversalDefer = reversalDefer @parentExpenseAlloc = parentExpenseAlloc @reversalEntry = reversalEntry @createdFrom = createdFrom @department = department @v_class = v_class @location = location @subsidiary = subsidiary @toSubsidiary = toSubsidiary @approved = approved @createdDate = createdDate @lastModifiedDate = lastModifiedDate @customForm = customForm @lineList = lineList @customFieldList = customFieldList @__xmlattr = {} end
Public Instance Methods
__xmlattr()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19829 def __xmlattr @__xmlattr ||= {} end
m_class()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19821 def m_class @v_class end
m_class=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19825 def m_class=(value) @v_class = value end
xmlattr_externalId()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19841 def xmlattr_externalId __xmlattr[AttrExternalId] end
xmlattr_externalId=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19845 def xmlattr_externalId=(value) __xmlattr[AttrExternalId] = value end
xmlattr_internalId()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19833 def xmlattr_internalId __xmlattr[AttrInternalId] end
xmlattr_internalId=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19837 def xmlattr_internalId=(value) __xmlattr[AttrInternalId] = value end