class ActiveNetsuite::CustomerRefundApply

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

apply - SOAP::SOAPBoolean
doc - SOAP::SOAPLong
line - SOAP::SOAPLong
applyDate - SOAP::SOAPDateTime
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]
line[RW]
refNum[RW]
total[RW]
type[RW]

Public Class Methods

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