Class: ActiveNetsuite::CheckExpense

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

Overview

urn:bank_2013_2urn:bank_2013_2.transactionsurn:bank_2013_2.transactions.webservicesurn:bank_2013_2.transactions.webservices.netsuiteurn:bank_2013_2.transactions.webservices.netsuite.comCheckExpense

line - SOAP::SOAPLong
category - ActiveNetsuite::RecordRef
 - ActiveNetsuite::RecordRef
amount - SOAP::SOAPDouble
memo - SOAP::SOAPString
department - ActiveNetsuite::RecordRef
m_class - ActiveNetsuite::RecordRef
location - ActiveNetsuite::RecordRef
customer - ActiveNetsuite::RecordRef
isBillable - SOAP::SOAPBoolean
taxCode - ActiveNetsuite::RecordRef
taxRate1 - SOAP::SOAPDouble
tax1Amt - SOAP::SOAPDouble
taxRate2 - SOAP::SOAPDouble
grossAmt - SOAP::SOAPDouble
customFieldList - ActiveNetsuite::CustomFieldList

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(line = nil, category = nil, account = nil, amount = nil, memo = nil, department = nil, v_class = nil, location = nil, customer = nil, isBillable = nil, taxCode = nil, taxRate1 = nil, tax1Amt = nil, taxRate2 = nil, grossAmt = nil, customFieldList = nil) ⇒ CheckExpense

Returns a new instance of CheckExpense.



58751
58752
58753
58754
58755
58756
58757
58758
58759
58760
58761
58762
58763
58764
58765
58766
58767
58768
# File 'lib/activenetsuite/soap/default.rb', line 58751

def initialize(line = nil, category = nil,  = nil, amount = nil, memo = nil, department = nil, v_class = nil, location = nil, customer = nil, isBillable = nil, taxCode = nil, taxRate1 = nil, tax1Amt = nil, taxRate2 = nil, grossAmt = nil, customFieldList = nil)
  @line = line
  @category = category
  @account = 
  @amount = amount
  @memo = memo
  @department = department
  @v_class = v_class
  @location = location
  @customer = customer
  @isBillable = isBillable
  @taxCode = taxCode
  @taxRate1 = taxRate1
  @tax1Amt = tax1Amt
  @taxRate2 = taxRate2
  @grossAmt = grossAmt
  @customFieldList = customFieldList
end

Instance Attribute Details

#accountObject

Returns the value of attribute account.



58729
58730
58731
# File 'lib/activenetsuite/soap/default.rb', line 58729

def 
  @account
end

#amountObject

Returns the value of attribute amount.



58730
58731
58732
# File 'lib/activenetsuite/soap/default.rb', line 58730

def amount
  @amount
end

#categoryObject

Returns the value of attribute category.



58728
58729
58730
# File 'lib/activenetsuite/soap/default.rb', line 58728

def category
  @category
end

#customerObject

Returns the value of attribute customer.



58734
58735
58736
# File 'lib/activenetsuite/soap/default.rb', line 58734

def customer
  @customer
end

#customFieldListObject

Returns the value of attribute customFieldList.



58741
58742
58743
# File 'lib/activenetsuite/soap/default.rb', line 58741

def customFieldList
  @customFieldList
end

#departmentObject

Returns the value of attribute department.



58732
58733
58734
# File 'lib/activenetsuite/soap/default.rb', line 58732

def department
  @department
end

#grossAmtObject

Returns the value of attribute grossAmt.



58740
58741
58742
# File 'lib/activenetsuite/soap/default.rb', line 58740

def grossAmt
  @grossAmt
end

#isBillableObject

Returns the value of attribute isBillable.



58735
58736
58737
# File 'lib/activenetsuite/soap/default.rb', line 58735

def isBillable
  @isBillable
end

#lineObject

Returns the value of attribute line.



58727
58728
58729
# File 'lib/activenetsuite/soap/default.rb', line 58727

def line
  @line
end

#locationObject

Returns the value of attribute location.



58733
58734
58735
# File 'lib/activenetsuite/soap/default.rb', line 58733

def location
  @location
end

#memoObject

Returns the value of attribute memo.



58731
58732
58733
# File 'lib/activenetsuite/soap/default.rb', line 58731

def memo
  @memo
end

#tax1AmtObject

Returns the value of attribute tax1Amt.



58738
58739
58740
# File 'lib/activenetsuite/soap/default.rb', line 58738

def tax1Amt
  @tax1Amt
end

#taxCodeObject

Returns the value of attribute taxCode.



58736
58737
58738
# File 'lib/activenetsuite/soap/default.rb', line 58736

def taxCode
  @taxCode
end

#taxRate1Object

Returns the value of attribute taxRate1.



58737
58738
58739
# File 'lib/activenetsuite/soap/default.rb', line 58737

def taxRate1
  @taxRate1
end

#taxRate2Object

Returns the value of attribute taxRate2.



58739
58740
58741
# File 'lib/activenetsuite/soap/default.rb', line 58739

def taxRate2
  @taxRate2
end

Instance Method Details

#m_classObject



58743
58744
58745
# File 'lib/activenetsuite/soap/default.rb', line 58743

def m_class
  @v_class
end

#m_class=(value) ⇒ Object



58747
58748
58749
# File 'lib/activenetsuite/soap/default.rb', line 58747

def m_class=(value)
  @v_class = value
end