class ActiveNetsuite::ChargeSearchRow

{urn:customers_2013_2.transactions.webservices.netsuite.com}ChargeSearchRow

basic - ActiveNetsuite::ChargeSearchRowBasic
jobJoin - ActiveNetsuite::JobSearchRowBasic
timeJoin - ActiveNetsuite::TimeBillSearchRowBasic
userJoin - ActiveNetsuite::EmployeeSearchRowBasic
customSearchJoin - ActiveNetsuite::CustomSearchRowBasic

Attributes

basic[RW]
customSearchJoin[RW]
jobJoin[RW]
timeJoin[RW]
userJoin[RW]

Public Class Methods

new(basic = nil, jobJoin = nil, timeJoin = nil, userJoin = nil, customSearchJoin = []) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 45586
def initialize(basic = nil, jobJoin = nil, timeJoin = nil, userJoin = nil, customSearchJoin = [])
  @basic = basic
  @jobJoin = jobJoin
  @timeJoin = timeJoin
  @userJoin = userJoin
  @customSearchJoin = customSearchJoin
end