class ActiveNetsuite::InterCompanyJournalEntryLine
{urn:general_2013_2.transactions.webservices.netsuite.com}InterCompanyJournalEntryLine
lineSubsidiary - ActiveNetsuite::RecordRef account - ActiveNetsuite::RecordRef debit - SOAP::SOAPDouble credit - SOAP::SOAPDouble taxCode - ActiveNetsuite::RecordRef memo - SOAP::SOAPString taxRate1 - SOAP::SOAPDouble entity - ActiveNetsuite::RecordRef grossAmt - SOAP::SOAPDouble schedule - ActiveNetsuite::RecordRef department - ActiveNetsuite::RecordRef startDate - SOAP::SOAPDateTime m_class - ActiveNetsuite::RecordRef endDate - SOAP::SOAPDateTime location - ActiveNetsuite::RecordRef eliminate - SOAP::SOAPBoolean residual - SOAP::SOAPString amortizationSched - ActiveNetsuite::RecordRef scheduleNum - ActiveNetsuite::RecordRef amortizStartDate - SOAP::SOAPDateTime amortizationEndDate - SOAP::SOAPDateTime amortizationResidual - SOAP::SOAPString tax1Amt - SOAP::SOAPDouble tax1Acct - ActiveNetsuite::RecordRef customFieldList - ActiveNetsuite::CustomFieldList
Attributes
account[RW]
amortizStartDate[RW]
amortizationEndDate[RW]
amortizationResidual[RW]
amortizationSched[RW]
credit[RW]
customFieldList[RW]
debit[RW]
department[RW]
eliminate[RW]
endDate[RW]
entity[RW]
grossAmt[RW]
lineSubsidiary[RW]
location[RW]
memo[RW]
residual[RW]
schedule[RW]
scheduleNum[RW]
startDate[RW]
tax1Acct[RW]
tax1Amt[RW]
taxCode[RW]
taxRate1[RW]
Public Class Methods
new(lineSubsidiary = nil, account = nil, debit = nil, credit = nil, taxCode = nil, memo = nil, taxRate1 = nil, entity = nil, grossAmt = nil, schedule = nil, department = nil, startDate = nil, v_class = nil, endDate = nil, location = nil, eliminate = nil, residual = nil, amortizationSched = nil, scheduleNum = nil, amortizStartDate = nil, amortizationEndDate = nil, amortizationResidual = nil, tax1Amt = nil, tax1Acct = nil, customFieldList = nil)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 60021 def initialize(lineSubsidiary = nil, account = nil, debit = nil, credit = nil, taxCode = nil, memo = nil, taxRate1 = nil, entity = nil, grossAmt = nil, schedule = nil, department = nil, startDate = nil, v_class = nil, endDate = nil, location = nil, eliminate = nil, residual = nil, amortizationSched = nil, scheduleNum = nil, amortizStartDate = nil, amortizationEndDate = nil, amortizationResidual = nil, tax1Amt = nil, tax1Acct = nil, customFieldList = nil) @lineSubsidiary = lineSubsidiary @account = account @debit = debit @credit = credit @taxCode = taxCode @memo = memo @taxRate1 = taxRate1 @entity = entity @grossAmt = grossAmt @schedule = schedule @department = department @startDate = startDate @v_class = v_class @endDate = endDate @location = location @eliminate = eliminate @residual = residual @amortizationSched = amortizationSched @scheduleNum = scheduleNum @amortizStartDate = amortizStartDate @amortizationEndDate = amortizationEndDate @amortizationResidual = amortizationResidual @tax1Amt = tax1Amt @tax1Acct = tax1Acct @customFieldList = customFieldList end
Public Instance Methods
m_class()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 60013 def m_class @v_class end
m_class=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 60017 def m_class=(value) @v_class = value end