class ActiveNetsuite::CustomerPaymentDeposit

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

apply - SOAP::SOAPBoolean
doc - SOAP::SOAPLong
line - SOAP::SOAPLong
depositDate - SOAP::SOAPDateTime
refNum - SOAP::SOAPString
total - SOAP::SOAPDouble
remaining - SOAP::SOAPDouble
currency - SOAP::SOAPString
amount - SOAP::SOAPDouble

Attributes

amount[RW]
apply[RW]
currency[RW]
depositDate[RW]
doc[RW]
line[RW]
refNum[RW]
remaining[RW]
total[RW]

Public Class Methods

new(apply = nil, doc = nil, line = nil, depositDate = nil, refNum = nil, total = nil, remaining = nil, currency = nil, amount = nil) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 57825
def initialize(apply = nil, doc = nil, line = nil, depositDate = nil, refNum = nil, total = nil, remaining = nil, currency = nil, amount = nil)
  @apply = apply
  @doc = doc
  @line = line
  @depositDate = depositDate
  @refNum = refNum
  @total = total
  @remaining = remaining
  @currency = currency
  @amount = amount
end