Class: ActiveNetsuite::CustomerRefundApply

Inherits:
Object
  • Object
show all
Defined in:
lib/activenetsuite/soap/default.rb

Overview

urn:customers_2013_2urn:customers_2013_2.transactionsurn:customers_2013_2.transactions.webservicesurn:customers_2013_2.transactions.webservices.netsuiteurn:customers_2013_2.transactions.webservices.netsuite.comCustomerRefundApply

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(apply = nil, doc = nil, line = nil, applyDate = nil, type = nil, refNum = nil, total = nil, due = nil, currency = nil, amount = nil) ⇒ CustomerRefundApply

Returns a new instance of CustomerRefundApply.



58457
58458
58459
58460
58461
58462
58463
58464
58465
58466
58467
58468
# 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

Instance Attribute Details

#amountObject

Returns the value of attribute amount.



58455
58456
58457
# File 'lib/activenetsuite/soap/default.rb', line 58455

def amount
  @amount
end

#applyObject

Returns the value of attribute apply.



58446
58447
58448
# File 'lib/activenetsuite/soap/default.rb', line 58446

def apply
  @apply
end

#applyDateObject

Returns the value of attribute applyDate.



58449
58450
58451
# File 'lib/activenetsuite/soap/default.rb', line 58449

def applyDate
  @applyDate
end

#currencyObject

Returns the value of attribute currency.



58454
58455
58456
# File 'lib/activenetsuite/soap/default.rb', line 58454

def currency
  @currency
end

#docObject

Returns the value of attribute doc.



58447
58448
58449
# File 'lib/activenetsuite/soap/default.rb', line 58447

def doc
  @doc
end

#dueObject

Returns the value of attribute due.



58453
58454
58455
# File 'lib/activenetsuite/soap/default.rb', line 58453

def due
  @due
end

#lineObject

Returns the value of attribute line.



58448
58449
58450
# File 'lib/activenetsuite/soap/default.rb', line 58448

def line
  @line
end

#refNumObject

Returns the value of attribute refNum.



58451
58452
58453
# File 'lib/activenetsuite/soap/default.rb', line 58451

def refNum
  @refNum
end

#totalObject

Returns the value of attribute total.



58452
58453
58454
# File 'lib/activenetsuite/soap/default.rb', line 58452

def total
  @total
end

#typeObject

Returns the value of attribute type.



58450
58451
58452
# File 'lib/activenetsuite/soap/default.rb', line 58450

def type
  @type
end