Class: ActiveNetsuite::InvoiceExpCost

Inherits:
Object
  • Object
show all
Defined in:
lib/activenetsuite/soap/default.rb

Overview

urn:sales_2013_2urn:sales_2013_2.transactionsurn:sales_2013_2.transactions.webservicesurn:sales_2013_2.transactions.webservices.netsuiteurn:sales_2013_2.transactions.webservices.netsuite.comInvoiceExpCost

apply - SOAP::SOAPBoolean
doc - SOAP::SOAPLong
line - SOAP::SOAPLong
billedDate - SOAP::SOAPDateTime
jobDisp - SOAP::SOAPString
employeeDisp - SOAP::SOAPString
categoryDisp - SOAP::SOAPString
memo - SOAP::SOAPString
department - SOAP::SOAPString
m_class - SOAP::SOAPString
location - SOAP::SOAPString
originalAmount - SOAP::SOAPDouble
amount - SOAP::SOAPDouble
taxableDisp - SOAP::SOAPString
revRecSchedule - ActiveNetsuite::RecordRef
revRecStartDate - SOAP::SOAPDateTime
revRecEndDate - SOAP::SOAPDateTime
grossAmt - SOAP::SOAPDouble
tax1Amt - SOAP::SOAPDouble
taxCode - ActiveNetsuite::RecordRef
taxRate1 - SOAP::SOAPDouble
taxRate2 - SOAP::SOAPDouble

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(apply = nil, doc = nil, line = nil, billedDate = nil, jobDisp = nil, employeeDisp = nil, categoryDisp = nil, memo = nil, department = nil, v_class = nil, location = nil, originalAmount = nil, amount = nil, taxableDisp = nil, revRecSchedule = nil, revRecStartDate = nil, revRecEndDate = nil, grossAmt = nil, tax1Amt = nil, taxCode = nil, taxRate1 = nil, taxRate2 = nil) ⇒ InvoiceExpCost

Returns a new instance of InvoiceExpCost.



54879
54880
54881
54882
54883
54884
54885
54886
54887
54888
54889
54890
54891
54892
54893
54894
54895
54896
54897
54898
54899
54900
54901
54902
# File 'lib/activenetsuite/soap/default.rb', line 54879

def initialize(apply = nil, doc = nil, line = nil, billedDate = nil, jobDisp = nil, employeeDisp = nil, categoryDisp = nil, memo = nil, department = nil, v_class = nil, location = nil, originalAmount = nil, amount = nil, taxableDisp = nil, revRecSchedule = nil, revRecStartDate = nil, revRecEndDate = nil, grossAmt = nil, tax1Amt = nil, taxCode = nil, taxRate1 = nil, taxRate2 = nil)
  @apply = apply
  @doc = doc
  @line = line
  @billedDate = billedDate
  @jobDisp = jobDisp
  @employeeDisp = employeeDisp
  @categoryDisp = categoryDisp
  @memo = memo
  @department = department
  @v_class = v_class
  @location = location
  @originalAmount = originalAmount
  @amount = amount
  @taxableDisp = taxableDisp
  @revRecSchedule = revRecSchedule
  @revRecStartDate = revRecStartDate
  @revRecEndDate = revRecEndDate
  @grossAmt = grossAmt
  @tax1Amt = tax1Amt
  @taxCode = taxCode
  @taxRate1 = taxRate1
  @taxRate2 = taxRate2
end

Instance Attribute Details

#amountObject

Returns the value of attribute amount.



54860
54861
54862
# File 'lib/activenetsuite/soap/default.rb', line 54860

def amount
  @amount
end

#applyObject

Returns the value of attribute apply.



54849
54850
54851
# File 'lib/activenetsuite/soap/default.rb', line 54849

def apply
  @apply
end

#billedDateObject

Returns the value of attribute billedDate.



54852
54853
54854
# File 'lib/activenetsuite/soap/default.rb', line 54852

def billedDate
  @billedDate
end

#categoryDispObject

Returns the value of attribute categoryDisp.



54855
54856
54857
# File 'lib/activenetsuite/soap/default.rb', line 54855

def categoryDisp
  @categoryDisp
end

#departmentObject

Returns the value of attribute department.



54857
54858
54859
# File 'lib/activenetsuite/soap/default.rb', line 54857

def department
  @department
end

#docObject

Returns the value of attribute doc.



54850
54851
54852
# File 'lib/activenetsuite/soap/default.rb', line 54850

def doc
  @doc
end

#employeeDispObject

Returns the value of attribute employeeDisp.



54854
54855
54856
# File 'lib/activenetsuite/soap/default.rb', line 54854

def employeeDisp
  @employeeDisp
end

#grossAmtObject

Returns the value of attribute grossAmt.



54865
54866
54867
# File 'lib/activenetsuite/soap/default.rb', line 54865

def grossAmt
  @grossAmt
end

#jobDispObject

Returns the value of attribute jobDisp.



54853
54854
54855
# File 'lib/activenetsuite/soap/default.rb', line 54853

def jobDisp
  @jobDisp
end

#lineObject

Returns the value of attribute line.



54851
54852
54853
# File 'lib/activenetsuite/soap/default.rb', line 54851

def line
  @line
end

#locationObject

Returns the value of attribute location.



54858
54859
54860
# File 'lib/activenetsuite/soap/default.rb', line 54858

def location
  @location
end

#memoObject

Returns the value of attribute memo.



54856
54857
54858
# File 'lib/activenetsuite/soap/default.rb', line 54856

def memo
  @memo
end

#originalAmountObject

Returns the value of attribute originalAmount.



54859
54860
54861
# File 'lib/activenetsuite/soap/default.rb', line 54859

def originalAmount
  @originalAmount
end

#revRecEndDateObject

Returns the value of attribute revRecEndDate.



54864
54865
54866
# File 'lib/activenetsuite/soap/default.rb', line 54864

def revRecEndDate
  @revRecEndDate
end

#revRecScheduleObject

Returns the value of attribute revRecSchedule.



54862
54863
54864
# File 'lib/activenetsuite/soap/default.rb', line 54862

def revRecSchedule
  @revRecSchedule
end

#revRecStartDateObject

Returns the value of attribute revRecStartDate.



54863
54864
54865
# File 'lib/activenetsuite/soap/default.rb', line 54863

def revRecStartDate
  @revRecStartDate
end

#tax1AmtObject

Returns the value of attribute tax1Amt.



54866
54867
54868
# File 'lib/activenetsuite/soap/default.rb', line 54866

def tax1Amt
  @tax1Amt
end

#taxableDispObject

Returns the value of attribute taxableDisp.



54861
54862
54863
# File 'lib/activenetsuite/soap/default.rb', line 54861

def taxableDisp
  @taxableDisp
end

#taxCodeObject

Returns the value of attribute taxCode.



54867
54868
54869
# File 'lib/activenetsuite/soap/default.rb', line 54867

def taxCode
  @taxCode
end

#taxRate1Object

Returns the value of attribute taxRate1.



54868
54869
54870
# File 'lib/activenetsuite/soap/default.rb', line 54868

def taxRate1
  @taxRate1
end

#taxRate2Object

Returns the value of attribute taxRate2.



54869
54870
54871
# File 'lib/activenetsuite/soap/default.rb', line 54869

def taxRate2
  @taxRate2
end

Instance Method Details

#m_classObject



54871
54872
54873
# File 'lib/activenetsuite/soap/default.rb', line 54871

def m_class
  @v_class
end

#m_class=(value) ⇒ Object



54875
54876
54877
# File 'lib/activenetsuite/soap/default.rb', line 54875

def m_class=(value)
  @v_class = value
end