Method: ActiveNetsuite::EmployeeDeductionList#initialize

Defined in:
lib/activenetsuite/soap/default.rb

#initialize(employeeDeduction = []) ⇒ EmployeeDeductionList

Returns a new instance of EmployeeDeductionList.



61744
61745
61746
61747
# File 'lib/activenetsuite/soap/default.rb', line 61744

def initialize(employeeDeduction = [])
  @employeeDeduction = employeeDeduction
  @__xmlattr = {}
end