Class: ActiveNetsuite::VendorCreditItem

Inherits:
Object
  • Object
show all
Defined in:
lib/activenetsuite/soap/default.rb

Overview

urn:purchases_2013_2urn:purchases_2013_2.transactionsurn:purchases_2013_2.transactions.webservicesurn:purchases_2013_2.transactions.webservices.netsuiteurn:purchases_2013_2.transactions.webservices.netsuite.comVendorCreditItem

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#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) ⇒ VendorCreditItem

Returns a new instance of VendorCreditItem.



57066
57067
57068
57069
57070
57071
57072
57073
57074
57075
57076
57077
57078
57079
57080
57081
57082
57083
57084
57085
57086
57087
57088
57089
57090
57091
57092
57093
57094
57095
# 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

Instance Attribute Details

#amortizationEndDateObject

Returns the value of attribute amortizationEndDate.



57054
57055
57056
# File 'lib/activenetsuite/soap/default.rb', line 57054

def amortizationEndDate
  @amortizationEndDate
end

#amortizationResidualObject

Returns the value of attribute amortizationResidual.



57055
57056
57057
# File 'lib/activenetsuite/soap/default.rb', line 57055

def amortizationResidual
  @amortizationResidual
end

#amortizationSchedObject

Returns the value of attribute amortizationSched.



57052
57053
57054
# File 'lib/activenetsuite/soap/default.rb', line 57052

def amortizationSched
  @amortizationSched
end

#amortizStartDateObject

Returns the value of attribute amortizStartDate.



57053
57054
57055
# File 'lib/activenetsuite/soap/default.rb', line 57053

def amortizStartDate
  @amortizStartDate
end

#amountObject

Returns the value of attribute amount.



57040
57041
57042
# File 'lib/activenetsuite/soap/default.rb', line 57040

def amount
  @amount
end

#binNumbersObject

Returns the value of attribute binNumbers.



57041
57042
57043
# File 'lib/activenetsuite/soap/default.rb', line 57041

def binNumbers
  @binNumbers
end

#customerObject

Returns the value of attribute customer.



57050
57051
57052
# File 'lib/activenetsuite/soap/default.rb', line 57050

def customer
  @customer
end

#customFieldListObject

Returns the value of attribute customFieldList.



57056
57057
57058
# File 'lib/activenetsuite/soap/default.rb', line 57056

def customFieldList
  @customFieldList
end

#departmentObject

Returns the value of attribute department.



57048
57049
57050
# File 'lib/activenetsuite/soap/default.rb', line 57048

def department
  @department
end

#descriptionObject

Returns the value of attribute description.



57038
57039
57040
# File 'lib/activenetsuite/soap/default.rb', line 57038

def description
  @description
end

#grossAmtObject

Returns the value of attribute grossAmt.



57045
57046
57047
# File 'lib/activenetsuite/soap/default.rb', line 57045

def grossAmt
  @grossAmt
end

#inventoryDetailObject

Returns the value of attribute inventoryDetail.



57036
57037
57038
# File 'lib/activenetsuite/soap/default.rb', line 57036

def inventoryDetail
  @inventoryDetail
end

#isBillableObject

Returns the value of attribute isBillable.



57051
57052
57053
# File 'lib/activenetsuite/soap/default.rb', line 57051

def isBillable
  @isBillable
end

#itemObject

Returns the value of attribute item.



57030
57031
57032
# File 'lib/activenetsuite/soap/default.rb', line 57030

def item
  @item
end

#lineObject

Returns the value of attribute line.



57032
57033
57034
# File 'lib/activenetsuite/soap/default.rb', line 57032

def line
  @line
end

#locationObject

Returns the value of attribute location.



57049
57050
57051
# File 'lib/activenetsuite/soap/default.rb', line 57049

def location
  @location
end

#optionsObject

Returns the value of attribute options.



57047
57048
57049
# File 'lib/activenetsuite/soap/default.rb', line 57047

def options
  @options
end

#orderLineObject

Returns the value of attribute orderLine.



57033
57034
57035
# File 'lib/activenetsuite/soap/default.rb', line 57033

def orderLine
  @orderLine
end

#quantityObject

Returns the value of attribute quantity.



57034
57035
57036
# File 'lib/activenetsuite/soap/default.rb', line 57034

def quantity
  @quantity
end

#rateObject

Returns the value of attribute rate.



57039
57040
57041
# File 'lib/activenetsuite/soap/default.rb', line 57039

def rate
  @rate
end

#serialNumbersListObject

Returns the value of attribute serialNumbersList.



57037
57038
57039
# File 'lib/activenetsuite/soap/default.rb', line 57037

def serialNumbersList
  @serialNumbersList
end

#tax1AmtObject

Returns the value of attribute tax1Amt.



57046
57047
57048
# File 'lib/activenetsuite/soap/default.rb', line 57046

def tax1Amt
  @tax1Amt
end

#taxCodeObject

Returns the value of attribute taxCode.



57042
57043
57044
# File 'lib/activenetsuite/soap/default.rb', line 57042

def taxCode
  @taxCode
end

#taxRate1Object

Returns the value of attribute taxRate1.



57043
57044
57045
# File 'lib/activenetsuite/soap/default.rb', line 57043

def taxRate1
  @taxRate1
end

#taxRate2Object

Returns the value of attribute taxRate2.



57044
57045
57046
# File 'lib/activenetsuite/soap/default.rb', line 57044

def taxRate2
  @taxRate2
end

#unitsObject

Returns the value of attribute units.



57035
57036
57037
# File 'lib/activenetsuite/soap/default.rb', line 57035

def units
  @units
end

#vendorNameObject

Returns the value of attribute vendorName.



57031
57032
57033
# File 'lib/activenetsuite/soap/default.rb', line 57031

def vendorName
  @vendorName
end

Instance Method Details

#m_classObject



57058
57059
57060
# File 'lib/activenetsuite/soap/default.rb', line 57058

def m_class
  @v_class
end

#m_class=(value) ⇒ Object



57062
57063
57064
# File 'lib/activenetsuite/soap/default.rb', line 57062

def m_class=(value)
  @v_class = value
end