class ActiveNetsuite::PaycheckJournalDeductionList

{urn:employees_2013_2.transactions.webservices.netsuite.com}PaycheckJournalDeductionList

paycheckJournalDeduction - ActiveNetsuite::PaycheckJournalDeduction
xmlattr_replaceAll - SOAP::SOAPBoolean

Constants

AttrReplaceAll

Attributes

paycheckJournalDeduction[RW]

Public Class Methods

new(paycheckJournalDeduction = []) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 62235
def initialize(paycheckJournalDeduction = [])
  @paycheckJournalDeduction = paycheckJournalDeduction
  @__xmlattr = {}
end

Public Instance Methods

__xmlattr() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 62223
def __xmlattr
  @__xmlattr ||= {}
end
xmlattr_replaceAll() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 62227
def xmlattr_replaceAll
  __xmlattr[AttrReplaceAll]
end
xmlattr_replaceAll=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 62231
def xmlattr_replaceAll=(value)
  __xmlattr[AttrReplaceAll] = value
end