class ActiveNetsuite::VendorBillItem

{urn:purchases_2013_2.transactions.webservices.netsuite.com}VendorBillItem

item - ActiveNetsuite::RecordRef
vendorName - SOAP::SOAPString
line - SOAP::SOAPLong
orderDoc - SOAP::SOAPLong
orderLine - SOAP::SOAPLong
quantity - SOAP::SOAPDouble
units - ActiveNetsuite::RecordRef
inventoryDetail - ActiveNetsuite::InventoryDetail
description - SOAP::SOAPString
serialNumbers - SOAP::SOAPString
binNumbers - SOAP::SOAPString
expirationDate - SOAP::SOAPDateTime
taxCode - ActiveNetsuite::RecordRef
taxRate1 - SOAP::SOAPDouble
taxRate2 - SOAP::SOAPDouble
grossAmt - SOAP::SOAPDouble
tax1Amt - SOAP::SOAPDouble
rate - SOAP::SOAPString
amount - SOAP::SOAPDouble
options - ActiveNetsuite::CustomFieldList
department - ActiveNetsuite::RecordRef
m_class - ActiveNetsuite::RecordRef
location - ActiveNetsuite::RecordRef
customer - ActiveNetsuite::RecordRef
landedCostCategory - ActiveNetsuite::RecordRef
isBillable - SOAP::SOAPBoolean
billVarianceStatus - ActiveNetsuite::TransactionBillVarianceStatus
billreceiptsList - ActiveNetsuite::RecordRefList
amortizationSched - ActiveNetsuite::RecordRef
amortizStartDate - SOAP::SOAPDateTime
amortizationEndDate - SOAP::SOAPDateTime
amortizationResidual - SOAP::SOAPString
landedCost - ActiveNetsuite::LandedCost
customFieldList - ActiveNetsuite::CustomFieldList

Attributes

amortizStartDate[RW]
amortizationEndDate[RW]
amortizationResidual[RW]
amortizationSched[RW]
amount[RW]
billVarianceStatus[RW]
billreceiptsList[RW]
binNumbers[RW]
customFieldList[RW]
customer[RW]
department[RW]
description[RW]
expirationDate[RW]
grossAmt[RW]
inventoryDetail[RW]
isBillable[RW]
item[RW]
landedCost[RW]
landedCostCategory[RW]
line[RW]
location[RW]
options[RW]
orderDoc[RW]
orderLine[RW]
quantity[RW]
rate[RW]
serialNumbers[RW]
tax1Amt[RW]
taxCode[RW]
taxRate1[RW]
taxRate2[RW]
units[RW]
vendorName[RW]

Public Class Methods

new(item = nil, vendorName = nil, line = nil, orderDoc = nil, orderLine = nil, quantity = nil, units = nil, inventoryDetail = nil, description = nil, serialNumbers = nil, binNumbers = nil, expirationDate = nil, taxCode = nil, taxRate1 = nil, taxRate2 = nil, grossAmt = nil, tax1Amt = nil, rate = nil, amount = nil, options = nil, department = nil, v_class = nil, location = nil, customer = nil, landedCostCategory = nil, isBillable = nil, billVarianceStatus = nil, billreceiptsList = nil, amortizationSched = nil, amortizStartDate = nil, amortizationEndDate = nil, amortizationResidual = nil, landedCost = nil, customFieldList = nil) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 56306
def initialize(item = nil, vendorName = nil, line = nil, orderDoc = nil, orderLine = nil, quantity = nil, units = nil, inventoryDetail = nil, description = nil, serialNumbers = nil, binNumbers = nil, expirationDate = nil, taxCode = nil, taxRate1 = nil, taxRate2 = nil, grossAmt = nil, tax1Amt = nil, rate = nil, amount = nil, options = nil, department = nil, v_class = nil, location = nil, customer = nil, landedCostCategory = nil, isBillable = nil, billVarianceStatus = nil, billreceiptsList = nil, amortizationSched = nil, amortizStartDate = nil, amortizationEndDate = nil, amortizationResidual = nil, landedCost = nil, customFieldList = nil)
  @item = item
  @vendorName = vendorName
  @line = line
  @orderDoc = orderDoc
  @orderLine = orderLine
  @quantity = quantity
  @units = units
  @inventoryDetail = inventoryDetail
  @description = description
  @serialNumbers = serialNumbers
  @binNumbers = binNumbers
  @expirationDate = expirationDate
  @taxCode = taxCode
  @taxRate1 = taxRate1
  @taxRate2 = taxRate2
  @grossAmt = grossAmt
  @tax1Amt = tax1Amt
  @rate = rate
  @amount = amount
  @options = options
  @department = department
  @v_class = v_class
  @location = location
  @customer = customer
  @landedCostCategory = landedCostCategory
  @isBillable = isBillable
  @billVarianceStatus = billVarianceStatus
  @billreceiptsList = billreceiptsList
  @amortizationSched = amortizationSched
  @amortizStartDate = amortizStartDate
  @amortizationEndDate = amortizationEndDate
  @amortizationResidual = amortizationResidual
  @landedCost = landedCost
  @customFieldList = customFieldList
end

Public Instance Methods

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