class ActiveNetsuite::DepositApplicationApply

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

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

Attributes

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

Public Class Methods

new(doc = nil, line = nil, apply = nil, applyDate = nil, job = nil, type = nil, refNum = nil, total = nil, due = nil, currency = nil, amount = nil) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 58642
def initialize(doc = nil, line = nil, apply = nil, applyDate = nil, job = nil, type = nil, refNum = nil, total = nil, due = nil, currency = nil, amount = nil)
  @doc = doc
  @line = line
  @apply = apply
  @applyDate = applyDate
  @job = job
  @type = type
  @refNum = refNum
  @total = total
  @due = due
  @currency = currency
  @amount = amount
end