class ActiveNetsuite::CustomerPaymentApply
{urn:customers_2013_2.transactions.webservices.netsuite.com}CustomerPaymentApply
apply - SOAP::SOAPBoolean doc - SOAP::SOAPLong line - SOAP::SOAPLong applyDate - SOAP::SOAPDateTime job - SOAP::SOAPString type - SOAP::SOAPString refNum - SOAP::SOAPString total - SOAP::SOAPDouble due - SOAP::SOAPDouble currency - SOAP::SOAPString discDate - SOAP::SOAPDateTime discAmt - SOAP::SOAPDouble disc - SOAP::SOAPDouble amount - SOAP::SOAPDouble
Attributes
amount[RW]
apply[RW]
applyDate[RW]
currency[RW]
disc[RW]
discAmt[RW]
discDate[RW]
doc[RW]
due[RW]
job[RW]
line[RW]
refNum[RW]
total[RW]
type[RW]
Public Class Methods
new(apply = nil, doc = nil, line = nil, applyDate = nil, job = nil, type = nil, refNum = nil, total = nil, due = nil, currency = nil, discDate = nil, discAmt = nil, disc = nil, amount = nil)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 57694 def initialize(apply = nil, doc = nil, line = nil, applyDate = nil, job = nil, type = nil, refNum = nil, total = nil, due = nil, currency = nil, discDate = nil, discAmt = nil, disc = nil, amount = nil) @apply = apply @doc = doc @line = line @applyDate = applyDate @job = job @type = type @refNum = refNum @total = total @due = due @currency = currency @discDate = discDate @discAmt = discAmt @disc = disc @amount = amount end