class ActiveNetsuite::ReturnAuthorizationItem
{urn:customers_2013_2.transactions.webservices.netsuite.com}ReturnAuthorizationItem
job - ActiveNetsuite::RecordRef item - ActiveNetsuite::RecordRef orderLine - SOAP::SOAPLong line - SOAP::SOAPLong quantity - SOAP::SOAPDouble quantityReceived - SOAP::SOAPDouble quantityBilled - SOAP::SOAPDouble units - ActiveNetsuite::RecordRef inventoryDetail - ActiveNetsuite::InventoryDetail description - SOAP::SOAPString serialNumbers - SOAP::SOAPString price - ActiveNetsuite::RecordRef rate - SOAP::SOAPString amount - SOAP::SOAPDouble options - ActiveNetsuite::CustomFieldList revRecTermInMonths - SOAP::SOAPLong deferRevRec - SOAP::SOAPBoolean isClosed - SOAP::SOAPBoolean isDropShipment - SOAP::SOAPBoolean department - ActiveNetsuite::RecordRef costEstimateType - ActiveNetsuite::ItemCostEstimateType costEstimate - SOAP::SOAPDouble m_class - ActiveNetsuite::RecordRef location - ActiveNetsuite::RecordRef revRecSchedule - ActiveNetsuite::RecordRef revRecStartDate - SOAP::SOAPDateTime revRecEndDate - SOAP::SOAPDateTime taxCode - ActiveNetsuite::RecordRef taxRate1 - SOAP::SOAPDouble taxRate2 - SOAP::SOAPDouble tax1Amt - SOAP::SOAPDouble grossAmt - SOAP::SOAPDouble isTaxable - SOAP::SOAPBoolean giftCertFrom - SOAP::SOAPString giftCertRecipientName - SOAP::SOAPString giftCertRecipientEmail - SOAP::SOAPString giftCertMessage - SOAP::SOAPString giftCertNumber - SOAP::SOAPString vsoeSopGroup - ActiveNetsuite::VsoeSopGroup vsoeIsEstimate - SOAP::SOAPBoolean vsoePrice - SOAP::SOAPDouble vsoeAmount - SOAP::SOAPDouble altSalesAmt - SOAP::SOAPDouble vsoeAllocation - SOAP::SOAPDouble vsoeDeferral - ActiveNetsuite::VsoeDeferral vsoePermitDiscount - ActiveNetsuite::VsoePermitDiscount vsoeDelivered - SOAP::SOAPBoolean customFieldList - ActiveNetsuite::CustomFieldList
Attributes
altSalesAmt[RW]
amount[RW]
costEstimate[RW]
costEstimateType[RW]
customFieldList[RW]
deferRevRec[RW]
department[RW]
description[RW]
giftCertFrom[RW]
giftCertMessage[RW]
giftCertNumber[RW]
giftCertRecipientEmail[RW]
giftCertRecipientName[RW]
grossAmt[RW]
inventoryDetail[RW]
isClosed[RW]
isDropShipment[RW]
isTaxable[RW]
item[RW]
job[RW]
line[RW]
location[RW]
options[RW]
orderLine[RW]
price[RW]
quantity[RW]
quantityBilled[RW]
quantityReceived[RW]
rate[RW]
revRecEndDate[RW]
revRecSchedule[RW]
revRecStartDate[RW]
revRecTermInMonths[RW]
serialNumbers[RW]
tax1Amt[RW]
taxCode[RW]
taxRate1[RW]
taxRate2[RW]
units[RW]
vsoeAllocation[RW]
vsoeAmount[RW]
vsoeDeferral[RW]
vsoeDelivered[RW]
vsoeIsEstimate[RW]
vsoePermitDiscount[RW]
vsoePrice[RW]
vsoeSopGroup[RW]
Public Class Methods
new(job = nil, item = nil, orderLine = nil, line = nil, quantity = nil, quantityReceived = nil, quantityBilled = nil, units = nil, inventoryDetail = nil, description = nil, serialNumbers = nil, price = nil, rate = nil, amount = nil, options = nil, revRecTermInMonths = nil, deferRevRec = nil, isClosed = nil, isDropShipment = nil, department = nil, costEstimateType = nil, costEstimate = nil, v_class = nil, location = nil, revRecSchedule = nil, revRecStartDate = nil, revRecEndDate = nil, taxCode = nil, taxRate1 = nil, taxRate2 = nil, tax1Amt = nil, grossAmt = nil, isTaxable = nil, giftCertFrom = nil, giftCertRecipientName = nil, giftCertRecipientEmail = nil, giftCertMessage = nil, giftCertNumber = nil, vsoeSopGroup = nil, vsoeIsEstimate = nil, vsoePrice = nil, vsoeAmount = nil, altSalesAmt = nil, vsoeAllocation = nil, vsoeDeferral = nil, vsoePermitDiscount = nil, vsoeDelivered = nil, customFieldList = nil)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 57970 def initialize(job = nil, item = nil, orderLine = nil, line = nil, quantity = nil, quantityReceived = nil, quantityBilled = nil, units = nil, inventoryDetail = nil, description = nil, serialNumbers = nil, price = nil, rate = nil, amount = nil, options = nil, revRecTermInMonths = nil, deferRevRec = nil, isClosed = nil, isDropShipment = nil, department = nil, costEstimateType = nil, costEstimate = nil, v_class = nil, location = nil, revRecSchedule = nil, revRecStartDate = nil, revRecEndDate = nil, taxCode = nil, taxRate1 = nil, taxRate2 = nil, tax1Amt = nil, grossAmt = nil, isTaxable = nil, giftCertFrom = nil, giftCertRecipientName = nil, giftCertRecipientEmail = nil, giftCertMessage = nil, giftCertNumber = nil, vsoeSopGroup = nil, vsoeIsEstimate = nil, vsoePrice = nil, vsoeAmount = nil, altSalesAmt = nil, vsoeAllocation = nil, vsoeDeferral = nil, vsoePermitDiscount = nil, vsoeDelivered = nil, customFieldList = nil) @job = job @item = item @orderLine = orderLine @line = line @quantity = quantity @quantityReceived = quantityReceived @quantityBilled = quantityBilled @units = units @inventoryDetail = inventoryDetail @description = description @serialNumbers = serialNumbers @price = price @rate = rate @amount = amount @options = options @revRecTermInMonths = revRecTermInMonths @deferRevRec = deferRevRec @isClosed = isClosed @isDropShipment = isDropShipment @department = department @costEstimateType = costEstimateType @costEstimate = costEstimate @v_class = v_class @location = location @revRecSchedule = revRecSchedule @revRecStartDate = revRecStartDate @revRecEndDate = revRecEndDate @taxCode = taxCode @taxRate1 = taxRate1 @taxRate2 = taxRate2 @tax1Amt = tax1Amt @grossAmt = grossAmt @isTaxable = isTaxable @giftCertFrom = giftCertFrom @giftCertRecipientName = giftCertRecipientName @giftCertRecipientEmail = giftCertRecipientEmail @giftCertMessage = giftCertMessage @giftCertNumber = giftCertNumber @vsoeSopGroup = vsoeSopGroup @vsoeIsEstimate = vsoeIsEstimate @vsoePrice = vsoePrice @vsoeAmount = vsoeAmount @altSalesAmt = altSalesAmt @vsoeAllocation = vsoeAllocation @vsoeDeferral = vsoeDeferral @vsoePermitDiscount = vsoePermitDiscount @vsoeDelivered = vsoeDelivered @customFieldList = customFieldList end
Public Instance Methods
m_class()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 57962 def m_class @v_class end
m_class=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 57966 def m_class=(value) @v_class = value end