class ActiveNetsuite::PayrollItemSearchRow
{urn:employees_2013_2.lists.webservices.netsuite.com}PayrollItemSearchRow
basic - ActiveNetsuite::PayrollItemSearchRowBasic customSearchJoin - ActiveNetsuite::CustomSearchRowBasic
Attributes
basic[RW]
customSearchJoin[RW]
Public Class Methods
new(basic = nil, customSearchJoin = [])
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 45746 def initialize(basic = nil, customSearchJoin = []) @basic = basic @customSearchJoin = customSearchJoin end