class ActiveNetsuite::CheckItem

{urn:bank_2013_2.transactions.webservices.netsuite.com}CheckItem

item - ActiveNetsuite::RecordRef
vendorName - SOAP::SOAPString
line - SOAP::SOAPLong
quantity - SOAP::SOAPDouble
units - ActiveNetsuite::RecordRef
inventoryDetail - ActiveNetsuite::InventoryDetail
description - SOAP::SOAPString
binNumbers - SOAP::SOAPString
serialNumbers - SOAP::SOAPString
expirationDate - SOAP::SOAPDateTime
rate - SOAP::SOAPString
taxCode - ActiveNetsuite::RecordRef
amount - SOAP::SOAPDouble
options - ActiveNetsuite::CustomFieldList
taxRate1 - SOAP::SOAPDouble
taxRate2 - SOAP::SOAPDouble
department - ActiveNetsuite::RecordRef
grossAmt - SOAP::SOAPDouble
m_class - ActiveNetsuite::RecordRef
tax1Amt - SOAP::SOAPDouble
location - ActiveNetsuite::RecordRef
customer - ActiveNetsuite::RecordRef
isBillable - SOAP::SOAPBoolean
landedCost - ActiveNetsuite::LandedCost
customFieldList - ActiveNetsuite::CustomFieldList

Attributes

amount[RW]
binNumbers[RW]
customFieldList[RW]
customer[RW]
department[RW]
description[RW]
expirationDate[RW]
grossAmt[RW]
inventoryDetail[RW]
isBillable[RW]
item[RW]
landedCost[RW]
line[RW]
location[RW]
options[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, quantity = nil, units = nil, inventoryDetail = nil, description = nil, binNumbers = nil, serialNumbers = nil, expirationDate = nil, rate = nil, taxCode = nil, amount = nil, options = nil, taxRate1 = nil, taxRate2 = nil, department = nil, grossAmt = nil, v_class = nil, tax1Amt = nil, location = nil, customer = nil, isBillable = nil, landedCost = nil, customFieldList = nil) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 58857
def initialize(item = nil, vendorName = nil, line = nil, quantity = nil, units = nil, inventoryDetail = nil, description = nil, binNumbers = nil, serialNumbers = nil, expirationDate = nil, rate = nil, taxCode = nil, amount = nil, options = nil, taxRate1 = nil, taxRate2 = nil, department = nil, grossAmt = nil, v_class = nil, tax1Amt = nil, location = nil, customer = nil, isBillable = nil, landedCost = nil, customFieldList = nil)
  @item = item
  @vendorName = vendorName
  @line = line
  @quantity = quantity
  @units = units
  @inventoryDetail = inventoryDetail
  @description = description
  @binNumbers = binNumbers
  @serialNumbers = serialNumbers
  @expirationDate = expirationDate
  @rate = rate
  @taxCode = taxCode
  @amount = amount
  @options = options
  @taxRate1 = taxRate1
  @taxRate2 = taxRate2
  @department = department
  @grossAmt = grossAmt
  @v_class = v_class
  @tax1Amt = tax1Amt
  @location = location
  @customer = customer
  @isBillable = isBillable
  @landedCost = landedCost
  @customFieldList = customFieldList
end

Public Instance Methods

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