class ActiveNetsuite::OpportunityItem

{urn:sales_2013_2.transactions.webservices.netsuite.com}OpportunityItem

job - ActiveNetsuite::RecordRef
item - ActiveNetsuite::RecordRef
line - SOAP::SOAPLong
quantityAvailable - SOAP::SOAPDouble
quantityOnHand - SOAP::SOAPDouble
quantity - SOAP::SOAPDouble
units - ActiveNetsuite::RecordRef
description - SOAP::SOAPString
price - ActiveNetsuite::RecordRef
rate - SOAP::SOAPString
amount - SOAP::SOAPDouble
altSalesAmt - SOAP::SOAPDouble
revRecTermInMonths - SOAP::SOAPLong
options - ActiveNetsuite::CustomFieldList
fromJob - SOAP::SOAPBoolean
department - ActiveNetsuite::RecordRef
isEstimate - SOAP::SOAPBoolean
location - ActiveNetsuite::RecordRef
m_class - ActiveNetsuite::RecordRef
costEstimateType - ActiveNetsuite::ItemCostEstimateType
costEstimate - SOAP::SOAPDouble
grossAmt - SOAP::SOAPDouble
tax1Amt - SOAP::SOAPDouble
taxCode - ActiveNetsuite::RecordRef
taxRate1 - SOAP::SOAPDouble
taxRate2 - SOAP::SOAPDouble
expectedShipDate - SOAP::SOAPDateTime
customFieldList - ActiveNetsuite::CustomFieldList

Attributes

altSalesAmt[RW]
amount[RW]
costEstimate[RW]
costEstimateType[RW]
customFieldList[RW]
department[RW]
description[RW]
expectedShipDate[RW]
fromJob[RW]
grossAmt[RW]
isEstimate[RW]
item[RW]
job[RW]
line[RW]
location[RW]
options[RW]
price[RW]
quantity[RW]
quantityAvailable[RW]
quantityOnHand[RW]
rate[RW]
revRecTermInMonths[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, price = nil, rate = nil, amount = nil, altSalesAmt = nil, revRecTermInMonths = nil, options = nil, fromJob = nil, department = nil, isEstimate = nil, location = nil, v_class = nil, costEstimateType = nil, costEstimate = nil, grossAmt = nil, tax1Amt = nil, taxCode = nil, taxRate1 = nil, taxRate2 = nil, expectedShipDate = nil, customFieldList = nil) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 53544
def initialize(job = nil, item = nil, line = nil, quantityAvailable = nil, quantityOnHand = nil, quantity = nil, units = nil, description = nil, price = nil, rate = nil, amount = nil, altSalesAmt = nil, revRecTermInMonths = nil, options = nil, fromJob = nil, department = nil, isEstimate = nil, location = nil, v_class = nil, costEstimateType = nil, costEstimate = nil, grossAmt = nil, tax1Amt = nil, taxCode = nil, taxRate1 = nil, taxRate2 = nil, expectedShipDate = nil, customFieldList = nil)
  @job = job
  @item = item
  @line = line
  @quantityAvailable = quantityAvailable
  @quantityOnHand = quantityOnHand
  @quantity = quantity
  @units = units
  @description = description
  @price = price
  @rate = rate
  @amount = amount
  @altSalesAmt = altSalesAmt
  @revRecTermInMonths = revRecTermInMonths
  @options = options
  @fromJob = fromJob
  @department = department
  @isEstimate = isEstimate
  @location = location
  @v_class = v_class
  @costEstimateType = costEstimateType
  @costEstimate = costEstimate
  @grossAmt = grossAmt
  @tax1Amt = tax1Amt
  @taxCode = taxCode
  @taxRate1 = taxRate1
  @taxRate2 = taxRate2
  @expectedShipDate = expectedShipDate
  @customFieldList = customFieldList
end

Public Instance Methods

m_class() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 53536
def m_class
  @v_class
end
m_class=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 53540
def m_class=(value)
  @v_class = value
end