class ActiveNetsuite::InvoiceExpCost

{urn:sales_2013_2.transactions.webservices.netsuite.com}InvoiceExpCost

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

Attributes

amount[RW]
apply[RW]
billedDate[RW]
categoryDisp[RW]
department[RW]
doc[RW]
employeeDisp[RW]
grossAmt[RW]
jobDisp[RW]
line[RW]
location[RW]
memo[RW]
originalAmount[RW]
revRecEndDate[RW]
revRecSchedule[RW]
revRecStartDate[RW]
tax1Amt[RW]
taxCode[RW]
taxRate1[RW]
taxRate2[RW]
taxableDisp[RW]

Public Class Methods

new(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) click to toggle source
# 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

Public Instance Methods

m_class() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 54871
def m_class
  @v_class
end
m_class=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 54875
def m_class=(value)
  @v_class = value
end