Class: ActiveNetsuite::CustomerDepositApply

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

Overview

urn:customers_2013_2urn:customers_2013_2.transactionsurn:customers_2013_2.transactions.webservicesurn:customers_2013_2.transactions.webservices.netsuiteurn:customers_2013_2.transactions.webservices.netsuite.comCustomerDepositApply

doc - SOAP::SOAPLong
line - SOAP::SOAPLong
apply - SOAP::SOAPBoolean
applyDate - SOAP::SOAPDateTime
type - SOAP::SOAPString
refNum - SOAP::SOAPString
total - SOAP::SOAPDouble
amount - SOAP::SOAPDouble
job - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(doc = nil, line = nil, apply = nil, applyDate = nil, type = nil, refNum = nil, total = nil, amount = nil, job = nil) ⇒ CustomerDepositApply

Returns a new instance of CustomerDepositApply.



58578
58579
58580
58581
58582
58583
58584
58585
58586
58587
58588
# File 'lib/activenetsuite/soap/default.rb', line 58578

def initialize(doc = nil, line = nil, apply = nil, applyDate = nil, type = nil, refNum = nil, total = nil, amount = nil, job = nil)
  @doc = doc
  @line = line
  @apply = apply
  @applyDate = applyDate
  @type = type
  @refNum = refNum
  @total = total
  @amount = amount
  @job = job
end

Instance Attribute Details

#amountObject

Returns the value of attribute amount.



58575
58576
58577
# File 'lib/activenetsuite/soap/default.rb', line 58575

def amount
  @amount
end

#applyObject

Returns the value of attribute apply.



58570
58571
58572
# File 'lib/activenetsuite/soap/default.rb', line 58570

def apply
  @apply
end

#applyDateObject

Returns the value of attribute applyDate.



58571
58572
58573
# File 'lib/activenetsuite/soap/default.rb', line 58571

def applyDate
  @applyDate
end

#docObject

Returns the value of attribute doc.



58568
58569
58570
# File 'lib/activenetsuite/soap/default.rb', line 58568

def doc
  @doc
end

#jobObject

Returns the value of attribute job.



58576
58577
58578
# File 'lib/activenetsuite/soap/default.rb', line 58576

def job
  @job
end

#lineObject

Returns the value of attribute line.



58569
58570
58571
# File 'lib/activenetsuite/soap/default.rb', line 58569

def line
  @line
end

#refNumObject

Returns the value of attribute refNum.



58573
58574
58575
# File 'lib/activenetsuite/soap/default.rb', line 58573

def refNum
  @refNum
end

#totalObject

Returns the value of attribute total.



58574
58575
58576
# File 'lib/activenetsuite/soap/default.rb', line 58574

def total
  @total
end

#typeObject

Returns the value of attribute type.



58572
58573
58574
# File 'lib/activenetsuite/soap/default.rb', line 58572

def type
  @type
end