Class: ActiveNetsuite::VendorReturnAuthorizationItem

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

Overview

urn:purchases_2013_2urn:purchases_2013_2.transactionsurn:purchases_2013_2.transactions.webservicesurn:purchases_2013_2.transactions.webservices.netsuiteurn:purchases_2013_2.transactions.webservices.netsuite.comVendorReturnAuthorizationItem

item - ActiveNetsuite::RecordRef
vendorName - SOAP::SOAPString
line - SOAP::SOAPLong
orderLine - SOAP::SOAPLong
quantity - SOAP::SOAPDouble
units - ActiveNetsuite::RecordRef
inventoryDetail - ActiveNetsuite::InventoryDetail
serialNumbersList - ActiveNetsuite::RecordRefList
description - SOAP::SOAPString
binNumbers - SOAP::SOAPString
rate - SOAP::SOAPString
amount - SOAP::SOAPDouble
taxCode - ActiveNetsuite::RecordRef
taxRate1 - SOAP::SOAPDouble
taxRate2 - SOAP::SOAPDouble
grossAmt - SOAP::SOAPDouble
tax1Amt - SOAP::SOAPDouble
options - ActiveNetsuite::CustomFieldList
department - ActiveNetsuite::RecordRef
m_class - ActiveNetsuite::RecordRef
location - ActiveNetsuite::RecordRef
customer - ActiveNetsuite::RecordRef
isBillable - SOAP::SOAPBoolean
isClosed - SOAP::SOAPBoolean
amortizationSched - ActiveNetsuite::RecordRef
isDropShipment - SOAP::SOAPBoolean
amortizStartDate - SOAP::SOAPDateTime
amortizationEndDate - SOAP::SOAPDateTime
amortizationResidual - SOAP::SOAPString
customFieldList - ActiveNetsuite::CustomFieldList

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(item = nil, vendorName = nil, line = nil, orderLine = nil, quantity = nil, units = nil, inventoryDetail = nil, serialNumbersList = nil, description = nil, binNumbers = nil, rate = nil, amount = nil, taxCode = nil, taxRate1 = nil, taxRate2 = nil, grossAmt = nil, tax1Amt = nil, options = nil, department = nil, v_class = nil, location = nil, customer = nil, isBillable = nil, isClosed = nil, amortizationSched = nil, isDropShipment = nil, amortizStartDate = nil, amortizationEndDate = nil, amortizationResidual = nil, customFieldList = nil) ⇒ VendorReturnAuthorizationItem

Returns a new instance of VendorReturnAuthorizationItem.



57360
57361
57362
57363
57364
57365
57366
57367
57368
57369
57370
57371
57372
57373
57374
57375
57376
57377
57378
57379
57380
57381
57382
57383
57384
57385
57386
57387
57388
57389
57390
57391
# File 'lib/activenetsuite/soap/default.rb', line 57360

def initialize(item = nil, vendorName = nil, line = nil, orderLine = nil, quantity = nil, units = nil, inventoryDetail = nil, serialNumbersList = nil, description = nil, binNumbers = nil, rate = nil, amount = nil, taxCode = nil, taxRate1 = nil, taxRate2 = nil, grossAmt = nil, tax1Amt = nil, options = nil, department = nil, v_class = nil, location = nil, customer = nil, isBillable = nil, isClosed = nil, amortizationSched = nil, isDropShipment = nil, amortizStartDate = nil, amortizationEndDate = nil, amortizationResidual = nil, customFieldList = nil)
  @item = item
  @vendorName = vendorName
  @line = line
  @orderLine = orderLine
  @quantity = quantity
  @units = units
  @inventoryDetail = inventoryDetail
  @serialNumbersList = serialNumbersList
  @description = description
  @binNumbers = binNumbers
  @rate = rate
  @amount = amount
  @taxCode = taxCode
  @taxRate1 = taxRate1
  @taxRate2 = taxRate2
  @grossAmt = grossAmt
  @tax1Amt = tax1Amt
  @options = options
  @department = department
  @v_class = v_class
  @location = location
  @customer = customer
  @isBillable = isBillable
  @isClosed = isClosed
  @amortizationSched = amortizationSched
  @isDropShipment = isDropShipment
  @amortizStartDate = amortizStartDate
  @amortizationEndDate = amortizationEndDate
  @amortizationResidual = amortizationResidual
  @customFieldList = customFieldList
end

Instance Attribute Details

#amortizationEndDateObject

Returns the value of attribute amortizationEndDate.



57348
57349
57350
# File 'lib/activenetsuite/soap/default.rb', line 57348

def amortizationEndDate
  @amortizationEndDate
end

#amortizationResidualObject

Returns the value of attribute amortizationResidual.



57349
57350
57351
# File 'lib/activenetsuite/soap/default.rb', line 57349

def amortizationResidual
  @amortizationResidual
end

#amortizationSchedObject

Returns the value of attribute amortizationSched.



57345
57346
57347
# File 'lib/activenetsuite/soap/default.rb', line 57345

def amortizationSched
  @amortizationSched
end

#amortizStartDateObject

Returns the value of attribute amortizStartDate.



57347
57348
57349
# File 'lib/activenetsuite/soap/default.rb', line 57347

def amortizStartDate
  @amortizStartDate
end

#amountObject

Returns the value of attribute amount.



57333
57334
57335
# File 'lib/activenetsuite/soap/default.rb', line 57333

def amount
  @amount
end

#binNumbersObject

Returns the value of attribute binNumbers.



57331
57332
57333
# File 'lib/activenetsuite/soap/default.rb', line 57331

def binNumbers
  @binNumbers
end

#customerObject

Returns the value of attribute customer.



57342
57343
57344
# File 'lib/activenetsuite/soap/default.rb', line 57342

def customer
  @customer
end

#customFieldListObject

Returns the value of attribute customFieldList.



57350
57351
57352
# File 'lib/activenetsuite/soap/default.rb', line 57350

def customFieldList
  @customFieldList
end

#departmentObject

Returns the value of attribute department.



57340
57341
57342
# File 'lib/activenetsuite/soap/default.rb', line 57340

def department
  @department
end

#descriptionObject

Returns the value of attribute description.



57330
57331
57332
# File 'lib/activenetsuite/soap/default.rb', line 57330

def description
  @description
end

#grossAmtObject

Returns the value of attribute grossAmt.



57337
57338
57339
# File 'lib/activenetsuite/soap/default.rb', line 57337

def grossAmt
  @grossAmt
end

#inventoryDetailObject

Returns the value of attribute inventoryDetail.



57328
57329
57330
# File 'lib/activenetsuite/soap/default.rb', line 57328

def inventoryDetail
  @inventoryDetail
end

#isBillableObject

Returns the value of attribute isBillable.



57343
57344
57345
# File 'lib/activenetsuite/soap/default.rb', line 57343

def isBillable
  @isBillable
end

#isClosedObject

Returns the value of attribute isClosed.



57344
57345
57346
# File 'lib/activenetsuite/soap/default.rb', line 57344

def isClosed
  @isClosed
end

#isDropShipmentObject

Returns the value of attribute isDropShipment.



57346
57347
57348
# File 'lib/activenetsuite/soap/default.rb', line 57346

def isDropShipment
  @isDropShipment
end

#itemObject

Returns the value of attribute item.



57322
57323
57324
# File 'lib/activenetsuite/soap/default.rb', line 57322

def item
  @item
end

#lineObject

Returns the value of attribute line.



57324
57325
57326
# File 'lib/activenetsuite/soap/default.rb', line 57324

def line
  @line
end

#locationObject

Returns the value of attribute location.



57341
57342
57343
# File 'lib/activenetsuite/soap/default.rb', line 57341

def location
  @location
end

#optionsObject

Returns the value of attribute options.



57339
57340
57341
# File 'lib/activenetsuite/soap/default.rb', line 57339

def options
  @options
end

#orderLineObject

Returns the value of attribute orderLine.



57325
57326
57327
# File 'lib/activenetsuite/soap/default.rb', line 57325

def orderLine
  @orderLine
end

#quantityObject

Returns the value of attribute quantity.



57326
57327
57328
# File 'lib/activenetsuite/soap/default.rb', line 57326

def quantity
  @quantity
end

#rateObject

Returns the value of attribute rate.



57332
57333
57334
# File 'lib/activenetsuite/soap/default.rb', line 57332

def rate
  @rate
end

#serialNumbersListObject

Returns the value of attribute serialNumbersList.



57329
57330
57331
# File 'lib/activenetsuite/soap/default.rb', line 57329

def serialNumbersList
  @serialNumbersList
end

#tax1AmtObject

Returns the value of attribute tax1Amt.



57338
57339
57340
# File 'lib/activenetsuite/soap/default.rb', line 57338

def tax1Amt
  @tax1Amt
end

#taxCodeObject

Returns the value of attribute taxCode.



57334
57335
57336
# File 'lib/activenetsuite/soap/default.rb', line 57334

def taxCode
  @taxCode
end

#taxRate1Object

Returns the value of attribute taxRate1.



57335
57336
57337
# File 'lib/activenetsuite/soap/default.rb', line 57335

def taxRate1
  @taxRate1
end

#taxRate2Object

Returns the value of attribute taxRate2.



57336
57337
57338
# File 'lib/activenetsuite/soap/default.rb', line 57336

def taxRate2
  @taxRate2
end

#unitsObject

Returns the value of attribute units.



57327
57328
57329
# File 'lib/activenetsuite/soap/default.rb', line 57327

def units
  @units
end

#vendorNameObject

Returns the value of attribute vendorName.



57323
57324
57325
# File 'lib/activenetsuite/soap/default.rb', line 57323

def vendorName
  @vendorName
end

Instance Method Details

#m_classObject



57352
57353
57354
# File 'lib/activenetsuite/soap/default.rb', line 57352

def m_class
  @v_class
end

#m_class=(value) ⇒ Object



57356
57357
57358
# File 'lib/activenetsuite/soap/default.rb', line 57356

def m_class=(value)
  @v_class = value
end