Class: ActiveNetsuite::VendorBillItem

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.comVendorBillItem

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of VendorBillItem.



56306
56307
56308
56309
56310
56311
56312
56313
56314
56315
56316
56317
56318
56319
56320
56321
56322
56323
56324
56325
56326
56327
56328
56329
56330
56331
56332
56333
56334
56335
56336
56337
56338
56339
56340
56341
# 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

Instance Attribute Details

#amortizationEndDateObject

Returns the value of attribute amortizationEndDate.



56293
56294
56295
# File 'lib/activenetsuite/soap/default.rb', line 56293

def amortizationEndDate
  @amortizationEndDate
end

#amortizationResidualObject

Returns the value of attribute amortizationResidual.



56294
56295
56296
# File 'lib/activenetsuite/soap/default.rb', line 56294

def amortizationResidual
  @amortizationResidual
end

#amortizationSchedObject

Returns the value of attribute amortizationSched.



56291
56292
56293
# File 'lib/activenetsuite/soap/default.rb', line 56291

def amortizationSched
  @amortizationSched
end

#amortizStartDateObject

Returns the value of attribute amortizStartDate.



56292
56293
56294
# File 'lib/activenetsuite/soap/default.rb', line 56292

def amortizStartDate
  @amortizStartDate
end

#amountObject

Returns the value of attribute amount.



56282
56283
56284
# File 'lib/activenetsuite/soap/default.rb', line 56282

def amount
  @amount
end

#billreceiptsListObject

Returns the value of attribute billreceiptsList.



56290
56291
56292
# File 'lib/activenetsuite/soap/default.rb', line 56290

def billreceiptsList
  @billreceiptsList
end

#billVarianceStatusObject

Returns the value of attribute billVarianceStatus.



56289
56290
56291
# File 'lib/activenetsuite/soap/default.rb', line 56289

def billVarianceStatus
  @billVarianceStatus
end

#binNumbersObject

Returns the value of attribute binNumbers.



56274
56275
56276
# File 'lib/activenetsuite/soap/default.rb', line 56274

def binNumbers
  @binNumbers
end

#customerObject

Returns the value of attribute customer.



56286
56287
56288
# File 'lib/activenetsuite/soap/default.rb', line 56286

def customer
  @customer
end

#customFieldListObject

Returns the value of attribute customFieldList.



56296
56297
56298
# File 'lib/activenetsuite/soap/default.rb', line 56296

def customFieldList
  @customFieldList
end

#departmentObject

Returns the value of attribute department.



56284
56285
56286
# File 'lib/activenetsuite/soap/default.rb', line 56284

def department
  @department
end

#descriptionObject

Returns the value of attribute description.



56272
56273
56274
# File 'lib/activenetsuite/soap/default.rb', line 56272

def description
  @description
end

#expirationDateObject

Returns the value of attribute expirationDate.



56275
56276
56277
# File 'lib/activenetsuite/soap/default.rb', line 56275

def expirationDate
  @expirationDate
end

#grossAmtObject

Returns the value of attribute grossAmt.



56279
56280
56281
# File 'lib/activenetsuite/soap/default.rb', line 56279

def grossAmt
  @grossAmt
end

#inventoryDetailObject

Returns the value of attribute inventoryDetail.



56271
56272
56273
# File 'lib/activenetsuite/soap/default.rb', line 56271

def inventoryDetail
  @inventoryDetail
end

#isBillableObject

Returns the value of attribute isBillable.



56288
56289
56290
# File 'lib/activenetsuite/soap/default.rb', line 56288

def isBillable
  @isBillable
end

#itemObject

Returns the value of attribute item.



56264
56265
56266
# File 'lib/activenetsuite/soap/default.rb', line 56264

def item
  @item
end

#landedCostObject

Returns the value of attribute landedCost.



56295
56296
56297
# File 'lib/activenetsuite/soap/default.rb', line 56295

def landedCost
  @landedCost
end

#landedCostCategoryObject

Returns the value of attribute landedCostCategory.



56287
56288
56289
# File 'lib/activenetsuite/soap/default.rb', line 56287

def landedCostCategory
  @landedCostCategory
end

#lineObject

Returns the value of attribute line.



56266
56267
56268
# File 'lib/activenetsuite/soap/default.rb', line 56266

def line
  @line
end

#locationObject

Returns the value of attribute location.



56285
56286
56287
# File 'lib/activenetsuite/soap/default.rb', line 56285

def location
  @location
end

#optionsObject

Returns the value of attribute options.



56283
56284
56285
# File 'lib/activenetsuite/soap/default.rb', line 56283

def options
  @options
end

#orderDocObject

Returns the value of attribute orderDoc.



56267
56268
56269
# File 'lib/activenetsuite/soap/default.rb', line 56267

def orderDoc
  @orderDoc
end

#orderLineObject

Returns the value of attribute orderLine.



56268
56269
56270
# File 'lib/activenetsuite/soap/default.rb', line 56268

def orderLine
  @orderLine
end

#quantityObject

Returns the value of attribute quantity.



56269
56270
56271
# File 'lib/activenetsuite/soap/default.rb', line 56269

def quantity
  @quantity
end

#rateObject

Returns the value of attribute rate.



56281
56282
56283
# File 'lib/activenetsuite/soap/default.rb', line 56281

def rate
  @rate
end

#serialNumbersObject

Returns the value of attribute serialNumbers.



56273
56274
56275
# File 'lib/activenetsuite/soap/default.rb', line 56273

def serialNumbers
  @serialNumbers
end

#tax1AmtObject

Returns the value of attribute tax1Amt.



56280
56281
56282
# File 'lib/activenetsuite/soap/default.rb', line 56280

def tax1Amt
  @tax1Amt
end

#taxCodeObject

Returns the value of attribute taxCode.



56276
56277
56278
# File 'lib/activenetsuite/soap/default.rb', line 56276

def taxCode
  @taxCode
end

#taxRate1Object

Returns the value of attribute taxRate1.



56277
56278
56279
# File 'lib/activenetsuite/soap/default.rb', line 56277

def taxRate1
  @taxRate1
end

#taxRate2Object

Returns the value of attribute taxRate2.



56278
56279
56280
# File 'lib/activenetsuite/soap/default.rb', line 56278

def taxRate2
  @taxRate2
end

#unitsObject

Returns the value of attribute units.



56270
56271
56272
# File 'lib/activenetsuite/soap/default.rb', line 56270

def units
  @units
end

#vendorNameObject

Returns the value of attribute vendorName.



56265
56266
56267
# File 'lib/activenetsuite/soap/default.rb', line 56265

def vendorName
  @vendorName
end

Instance Method Details

#m_classObject



56298
56299
56300
# File 'lib/activenetsuite/soap/default.rb', line 56298

def m_class
  @v_class
end

#m_class=(value) ⇒ Object



56302
56303
56304
# File 'lib/activenetsuite/soap/default.rb', line 56302

def m_class=(value)
  @v_class = value
end