class ActiveNetsuite::EstimateItem
{urn:sales_2013_2.transactions.webservices.netsuite.com}EstimateItem
job - ActiveNetsuite::RecordRef item - ActiveNetsuite::RecordRef line - SOAP::SOAPLong quantityAvailable - SOAP::SOAPDouble quantityOnHand - SOAP::SOAPDouble quantity - SOAP::SOAPDouble units - ActiveNetsuite::RecordRef description - SOAP::SOAPString serialNumbers - SOAP::SOAPString price - ActiveNetsuite::RecordRef rate - SOAP::SOAPString amount - SOAP::SOAPDouble options - ActiveNetsuite::CustomFieldList revRecTermInMonths - SOAP::SOAPLong department - ActiveNetsuite::RecordRef m_class - ActiveNetsuite::RecordRef location - ActiveNetsuite::RecordRef isTaxable - SOAP::SOAPBoolean altSalesAmt - SOAP::SOAPDouble fromJob - SOAP::SOAPBoolean grossAmt - SOAP::SOAPDouble isEstimate - SOAP::SOAPBoolean tax1Amt - SOAP::SOAPDouble taxCode - ActiveNetsuite::RecordRef costEstimateType - ActiveNetsuite::ItemCostEstimateType costEstimate - SOAP::SOAPDouble taxRate1 - SOAP::SOAPDouble taxRate2 - SOAP::SOAPDouble shipGroup - SOAP::SOAPLong itemIsFulfilled - SOAP::SOAPBoolean shipAddress - ActiveNetsuite::RecordRef shipMethod - ActiveNetsuite::RecordRef expectedShipDate - SOAP::SOAPDateTime chargeType - ActiveNetsuite::ChargeRuleType customFieldList - ActiveNetsuite::CustomFieldList
Attributes
altSalesAmt[RW]
amount[RW]
chargeType[RW]
costEstimate[RW]
costEstimateType[RW]
customFieldList[RW]
department[RW]
description[RW]
expectedShipDate[RW]
fromJob[RW]
grossAmt[RW]
isEstimate[RW]
isTaxable[RW]
item[RW]
itemIsFulfilled[RW]
job[RW]
line[RW]
location[RW]
options[RW]
price[RW]
quantity[RW]
quantityAvailable[RW]
quantityOnHand[RW]
rate[RW]
revRecTermInMonths[RW]
serialNumbers[RW]
shipAddress[RW]
shipGroup[RW]
shipMethod[RW]
tax1Amt[RW]
taxCode[RW]
taxRate1[RW]
taxRate2[RW]
units[RW]
Public Class Methods
new(job = nil, item = nil, line = nil, quantityAvailable = nil, quantityOnHand = nil, quantity = nil, units = nil, description = nil, serialNumbers = nil, price = nil, rate = nil, amount = nil, options = nil, revRecTermInMonths = nil, department = nil, v_class = nil, location = nil, isTaxable = nil, altSalesAmt = nil, fromJob = nil, grossAmt = nil, isEstimate = nil, tax1Amt = nil, taxCode = nil, costEstimateType = nil, costEstimate = nil, taxRate1 = nil, taxRate2 = nil, shipGroup = nil, itemIsFulfilled = nil, shipAddress = nil, shipMethod = nil, expectedShipDate = nil, chargeType = nil, customFieldList = nil)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 55813 def initialize(job = nil, item = nil, line = nil, quantityAvailable = nil, quantityOnHand = nil, quantity = nil, units = nil, description = nil, serialNumbers = nil, price = nil, rate = nil, amount = nil, options = nil, revRecTermInMonths = nil, department = nil, v_class = nil, location = nil, isTaxable = nil, altSalesAmt = nil, fromJob = nil, grossAmt = nil, isEstimate = nil, tax1Amt = nil, taxCode = nil, costEstimateType = nil, costEstimate = nil, taxRate1 = nil, taxRate2 = nil, shipGroup = nil, itemIsFulfilled = nil, shipAddress = nil, shipMethod = nil, expectedShipDate = nil, chargeType = nil, customFieldList = nil) @job = job @item = item @line = line @quantityAvailable = quantityAvailable @quantityOnHand = quantityOnHand @quantity = quantity @units = units @description = description @serialNumbers = serialNumbers @price = price @rate = rate @amount = amount @options = options @revRecTermInMonths = revRecTermInMonths @department = department @v_class = v_class @location = location @isTaxable = isTaxable @altSalesAmt = altSalesAmt @fromJob = fromJob @grossAmt = grossAmt @isEstimate = isEstimate @tax1Amt = tax1Amt @taxCode = taxCode @costEstimateType = costEstimateType @costEstimate = costEstimate @taxRate1 = taxRate1 @taxRate2 = taxRate2 @shipGroup = shipGroup @itemIsFulfilled = itemIsFulfilled @shipAddress = shipAddress @shipMethod = shipMethod @expectedShipDate = expectedShipDate @chargeType = chargeType @customFieldList = customFieldList end
Public Instance Methods
m_class()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 55805 def m_class @v_class end
m_class=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 55809 def m_class=(value) @v_class = value end