class ActiveNetsuite::CashSaleItem
{urn:sales_2013_2.transactions.webservices.netsuite.com}CashSaleItem
job - ActiveNetsuite::RecordRef item - ActiveNetsuite::RecordRef line - SOAP::SOAPLong quantityAvailable - SOAP::SOAPDouble quantityOnHand - SOAP::SOAPDouble quantityFulfilled - SOAP::SOAPDouble quantity - SOAP::SOAPDouble units - ActiveNetsuite::RecordRef inventoryDetail - ActiveNetsuite::InventoryDetail serialNumbers - SOAP::SOAPString binNumbers - SOAP::SOAPString description - SOAP::SOAPString price - ActiveNetsuite::RecordRef rate - SOAP::SOAPString amount - SOAP::SOAPDouble orderLine - SOAP::SOAPLong licenseCode - SOAP::SOAPString isTaxable - SOAP::SOAPBoolean options - ActiveNetsuite::CustomFieldList deferRevRec - SOAP::SOAPBoolean currentPercent - SOAP::SOAPDouble department - ActiveNetsuite::RecordRef percentComplete - SOAP::SOAPDouble m_class - ActiveNetsuite::RecordRef location - ActiveNetsuite::RecordRef revRecSchedule - ActiveNetsuite::RecordRef revRecStartDate - SOAP::SOAPDateTime revRecEndDate - SOAP::SOAPDateTime grossAmt - SOAP::SOAPDouble costEstimateType - ActiveNetsuite::ItemCostEstimateType costEstimate - SOAP::SOAPDouble amountOrdered - SOAP::SOAPDouble tax1Amt - SOAP::SOAPDouble quantityOrdered - SOAP::SOAPDouble quantityRemaining - SOAP::SOAPDouble taxCode - ActiveNetsuite::RecordRef taxRate1 - SOAP::SOAPDouble taxRate2 - SOAP::SOAPDouble giftCertFrom - SOAP::SOAPString giftCertRecipientName - SOAP::SOAPString giftCertRecipientEmail - SOAP::SOAPString giftCertMessage - SOAP::SOAPString giftCertNumber - SOAP::SOAPString shipGroup - SOAP::SOAPLong itemIsFulfilled - SOAP::SOAPBoolean shipAddress - ActiveNetsuite::RecordRef shipMethod - ActiveNetsuite::RecordRef vsoeSopGroup - ActiveNetsuite::VsoeSopGroup vsoeIsEstimate - SOAP::SOAPBoolean vsoePrice - SOAP::SOAPDouble vsoeAmount - SOAP::SOAPDouble vsoeAllocation - SOAP::SOAPDouble vsoeDeferral - ActiveNetsuite::VsoeDeferral vsoePermitDiscount - ActiveNetsuite::VsoePermitDiscount vsoeDelivered - SOAP::SOAPBoolean chargeType - ActiveNetsuite::ChargeRuleType chargesList - ActiveNetsuite::RecordRefList customFieldList - ActiveNetsuite::CustomFieldList
Attributes
amount[RW]
amountOrdered[RW]
binNumbers[RW]
chargeType[RW]
chargesList[RW]
costEstimate[RW]
costEstimateType[RW]
currentPercent[RW]
customFieldList[RW]
deferRevRec[RW]
department[RW]
description[RW]
giftCertFrom[RW]
giftCertMessage[RW]
giftCertNumber[RW]
giftCertRecipientEmail[RW]
giftCertRecipientName[RW]
grossAmt[RW]
inventoryDetail[RW]
isTaxable[RW]
item[RW]
itemIsFulfilled[RW]
job[RW]
licenseCode[RW]
line[RW]
location[RW]
options[RW]
orderLine[RW]
percentComplete[RW]
price[RW]
quantity[RW]
quantityAvailable[RW]
quantityFulfilled[RW]
quantityOnHand[RW]
quantityOrdered[RW]
quantityRemaining[RW]
rate[RW]
revRecEndDate[RW]
revRecSchedule[RW]
revRecStartDate[RW]
serialNumbers[RW]
shipAddress[RW]
shipGroup[RW]
shipMethod[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, line = nil, quantityAvailable = nil, quantityOnHand = nil, quantityFulfilled = nil, quantity = nil, units = nil, inventoryDetail = nil, serialNumbers = nil, binNumbers = nil, description = nil, price = nil, rate = nil, amount = nil, orderLine = nil, licenseCode = nil, isTaxable = nil, options = nil, deferRevRec = nil, currentPercent = nil, department = nil, percentComplete = nil, v_class = nil, location = nil, revRecSchedule = nil, revRecStartDate = nil, revRecEndDate = nil, grossAmt = nil, costEstimateType = nil, costEstimate = nil, amountOrdered = nil, tax1Amt = nil, quantityOrdered = nil, quantityRemaining = nil, taxCode = nil, taxRate1 = nil, taxRate2 = nil, giftCertFrom = nil, giftCertRecipientName = nil, giftCertRecipientEmail = nil, giftCertMessage = nil, giftCertNumber = nil, shipGroup = nil, itemIsFulfilled = nil, shipAddress = nil, shipMethod = nil, vsoeSopGroup = nil, vsoeIsEstimate = nil, vsoePrice = nil, vsoeAmount = nil, vsoeAllocation = nil, vsoeDeferral = nil, vsoePermitDiscount = nil, vsoeDelivered = nil, chargeType = nil, chargesList = nil, customFieldList = nil)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 55263 def initialize(job = nil, item = nil, line = nil, quantityAvailable = nil, quantityOnHand = nil, quantityFulfilled = nil, quantity = nil, units = nil, inventoryDetail = nil, serialNumbers = nil, binNumbers = nil, description = nil, price = nil, rate = nil, amount = nil, orderLine = nil, licenseCode = nil, isTaxable = nil, options = nil, deferRevRec = nil, currentPercent = nil, department = nil, percentComplete = nil, v_class = nil, location = nil, revRecSchedule = nil, revRecStartDate = nil, revRecEndDate = nil, grossAmt = nil, costEstimateType = nil, costEstimate = nil, amountOrdered = nil, tax1Amt = nil, quantityOrdered = nil, quantityRemaining = nil, taxCode = nil, taxRate1 = nil, taxRate2 = nil, giftCertFrom = nil, giftCertRecipientName = nil, giftCertRecipientEmail = nil, giftCertMessage = nil, giftCertNumber = nil, shipGroup = nil, itemIsFulfilled = nil, shipAddress = nil, shipMethod = nil, vsoeSopGroup = nil, vsoeIsEstimate = nil, vsoePrice = nil, vsoeAmount = nil, vsoeAllocation = nil, vsoeDeferral = nil, vsoePermitDiscount = nil, vsoeDelivered = nil, chargeType = nil, chargesList = nil, customFieldList = nil) @job = job @item = item @line = line @quantityAvailable = quantityAvailable @quantityOnHand = quantityOnHand @quantityFulfilled = quantityFulfilled @quantity = quantity @units = units @inventoryDetail = inventoryDetail @serialNumbers = serialNumbers @binNumbers = binNumbers @description = description @price = price @rate = rate @amount = amount @orderLine = orderLine @licenseCode = licenseCode @isTaxable = isTaxable @options = options @deferRevRec = deferRevRec @currentPercent = currentPercent @department = department @percentComplete = percentComplete @v_class = v_class @location = location @revRecSchedule = revRecSchedule @revRecStartDate = revRecStartDate @revRecEndDate = revRecEndDate @grossAmt = grossAmt @costEstimateType = costEstimateType @costEstimate = costEstimate @amountOrdered = amountOrdered @tax1Amt = tax1Amt @quantityOrdered = quantityOrdered @quantityRemaining = quantityRemaining @taxCode = taxCode @taxRate1 = taxRate1 @taxRate2 = taxRate2 @giftCertFrom = giftCertFrom @giftCertRecipientName = giftCertRecipientName @giftCertRecipientEmail = giftCertRecipientEmail @giftCertMessage = giftCertMessage @giftCertNumber = giftCertNumber @shipGroup = shipGroup @itemIsFulfilled = itemIsFulfilled @shipAddress = shipAddress @shipMethod = shipMethod @vsoeSopGroup = vsoeSopGroup @vsoeIsEstimate = vsoeIsEstimate @vsoePrice = vsoePrice @vsoeAmount = vsoeAmount @vsoeAllocation = vsoeAllocation @vsoeDeferral = vsoeDeferral @vsoePermitDiscount = vsoePermitDiscount @vsoeDelivered = vsoeDelivered @chargeType = chargeType @chargesList = chargesList @customFieldList = customFieldList end
Public Instance Methods
m_class()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 55255 def m_class @v_class end
m_class=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 55259 def m_class=(value) @v_class = value end