class ActiveNetsuite::InterCompanyJournalEntry
{urn:general_2013_2.transactions.webservices.netsuite.com}InterCompanyJournalEntry
nullFieldList - ActiveNetsuite::NullField postingPeriod - ActiveNetsuite::RecordRef customForm - 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 lineList - ActiveNetsuite::InterCompanyJournalEntryLineList 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, customForm = 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, lineList = nil, customFieldList = nil)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19955 def initialize(nullFieldList = nil, postingPeriod = nil, customForm = 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, lineList = nil, customFieldList = nil) @nullFieldList = nullFieldList @postingPeriod = postingPeriod @customForm = customForm @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 @lineList = lineList @customFieldList = customFieldList @__xmlattr = {} end
Public Instance Methods
__xmlattr()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19935 def __xmlattr @__xmlattr ||= {} end
m_class()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19927 def m_class @v_class end
m_class=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19931 def m_class=(value) @v_class = value end
xmlattr_externalId()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19947 def xmlattr_externalId __xmlattr[AttrExternalId] end
xmlattr_externalId=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19951 def xmlattr_externalId=(value) __xmlattr[AttrExternalId] = value end
xmlattr_internalId()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19939 def xmlattr_internalId __xmlattr[AttrInternalId] end
xmlattr_internalId=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19943 def xmlattr_internalId=(value) __xmlattr[AttrInternalId] = value end