Class: ActiveNetsuite::PaycheckJournalCompanyTax

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

Overview

urn:employees_2013_2urn:employees_2013_2.transactionsurn:employees_2013_2.transactions.webservicesurn:employees_2013_2.transactions.webservices.netsuiteurn:employees_2013_2.transactions.webservices.netsuite.comPaycheckJournalCompanyTax

id - SOAP::SOAPLong
payrollItem - ActiveNetsuite::RecordRef
amount - SOAP::SOAPDouble
department - ActiveNetsuite::RecordRef
m_class - ActiveNetsuite::RecordRef
location - ActiveNetsuite::RecordRef
customFieldList - ActiveNetsuite::CustomFieldList

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, payrollItem = nil, amount = nil, department = nil, v_class = nil, location = nil, customFieldList = nil) ⇒ PaycheckJournalCompanyTax

Returns a new instance of PaycheckJournalCompanyTax.



62143
62144
62145
62146
62147
62148
62149
62150
62151
# File 'lib/activenetsuite/soap/default.rb', line 62143

def initialize(id = nil, payrollItem = nil, amount = nil, department = nil, v_class = nil, location = nil, customFieldList = nil)
  @id = id
  @payrollItem = payrollItem
  @amount = amount
  @department = department
  @v_class = v_class
  @location = location
  @customFieldList = customFieldList
end

Instance Attribute Details

#amountObject

Returns the value of attribute amount.



62130
62131
62132
# File 'lib/activenetsuite/soap/default.rb', line 62130

def amount
  @amount
end

#customFieldListObject

Returns the value of attribute customFieldList.



62133
62134
62135
# File 'lib/activenetsuite/soap/default.rb', line 62133

def customFieldList
  @customFieldList
end

#departmentObject

Returns the value of attribute department.



62131
62132
62133
# File 'lib/activenetsuite/soap/default.rb', line 62131

def department
  @department
end

#idObject

Returns the value of attribute id.



62128
62129
62130
# File 'lib/activenetsuite/soap/default.rb', line 62128

def id
  @id
end

#locationObject

Returns the value of attribute location.



62132
62133
62134
# File 'lib/activenetsuite/soap/default.rb', line 62132

def location
  @location
end

#payrollItemObject

Returns the value of attribute payrollItem.



62129
62130
62131
# File 'lib/activenetsuite/soap/default.rb', line 62129

def payrollItem
  @payrollItem
end

Instance Method Details

#m_classObject



62135
62136
62137
# File 'lib/activenetsuite/soap/default.rb', line 62135

def m_class
  @v_class
end

#m_class=(value) ⇒ Object



62139
62140
62141
# File 'lib/activenetsuite/soap/default.rb', line 62139

def m_class=(value)
  @v_class = value
end