class ActiveNetsuite::CustomerDepositApply

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

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

Attributes

amount[RW]
apply[RW]
applyDate[RW]
doc[RW]
job[RW]
line[RW]
refNum[RW]
total[RW]
type[RW]

Public Class Methods

new(doc = nil, line = nil, apply = nil, applyDate = nil, type = nil, refNum = nil, total = nil, amount = nil, job = nil) click to toggle source
# 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