class ActiveNetsuite::VendorCreditItem

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

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

Attributes

amortizStartDate[RW]
amortizationEndDate[RW]
amortizationResidual[RW]
amortizationSched[RW]
amount[RW]
binNumbers[RW]
customFieldList[RW]
customer[RW]
department[RW]
description[RW]
grossAmt[RW]
inventoryDetail[RW]
isBillable[RW]
item[RW]
line[RW]
location[RW]
options[RW]
orderLine[RW]
quantity[RW]
rate[RW]
serialNumbersList[RW]
tax1Amt[RW]
taxCode[RW]
taxRate1[RW]
taxRate2[RW]
units[RW]
vendorName[RW]

Public Class Methods

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

Public Instance Methods

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