class ActiveNetsuite::CreditMemoApply
{urn:customers_2013_2.transactions.webservices.netsuite.com}CreditMemoApply
apply - SOAP::SOAPBoolean doc - SOAP::SOAPLong applyDate - SOAP::SOAPDateTime job - SOAP::SOAPString type - SOAP::SOAPString refNum - SOAP::SOAPString total - SOAP::SOAPDouble due - SOAP::SOAPDouble currency - SOAP::SOAPString amount - SOAP::SOAPDouble line - SOAP::SOAPLong
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(apply = nil, doc = nil, applyDate = nil, job = nil, type = nil, refNum = nil, total = nil, due = nil, currency = nil, amount = nil, line = nil)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 58367 def initialize(apply = nil, doc = nil, applyDate = nil, job = nil, type = nil, refNum = nil, total = nil, due = nil, currency = nil, amount = nil, line = nil) @apply = apply @doc = doc @applyDate = applyDate @job = job @type = type @refNum = refNum @total = total @due = due @currency = currency @amount = amount @line = line end