class ActiveNetsuite::VendorReturnAuthorizationItem
{urn:purchases_2013_2.transactions.webservices.netsuite.com}VendorReturnAuthorizationItem
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
Attributes
amortizStartDate[RW]
amortizationEndDate[RW]
amortizationResidual[RW]
amortizationSched[RW]
amount[RW]
binNumbers[RW]
customFieldList[RW]
customer[RW]
department[RW]
description[RW]
grossAmt[RW]
inventoryDetail[RW]
isBillable[RW]
isClosed[RW]
isDropShipment[RW]
item[RW]
line[RW]
location[RW]
options[RW]
orderLine[RW]
quantity[RW]
rate[RW]
serialNumbersList[RW]
tax1Amt[RW]
taxCode[RW]
taxRate1[RW]
taxRate2[RW]
units[RW]
vendorName[RW]
Public Class Methods
new(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)
click to toggle source
# 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
Public Instance Methods
m_class()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 57352 def m_class @v_class end
m_class=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 57356 def m_class=(value) @v_class = value end