class ActiveNetsuite::VendorBill

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

nullFieldList - ActiveNetsuite::NullField
createdDate - SOAP::SOAPDateTime
lastModifiedDate - SOAP::SOAPDateTime
customForm - ActiveNetsuite::RecordRef
account - ActiveNetsuite::RecordRef
entity - ActiveNetsuite::RecordRef
subsidiary - ActiveNetsuite::RecordRef
approvalStatus - ActiveNetsuite::RecordRef
nextApprover - ActiveNetsuite::RecordRef
vatRegNum - SOAP::SOAPString
postingPeriod - ActiveNetsuite::RecordRef
tranDate - SOAP::SOAPDateTime
currencyName - SOAP::SOAPString
exchangeRate - SOAP::SOAPDouble
terms - ActiveNetsuite::RecordRef
dueDate - SOAP::SOAPDateTime
discountDate - SOAP::SOAPDateTime
tranId - SOAP::SOAPString
userTotal - SOAP::SOAPDouble
discountAmount - SOAP::SOAPDouble
taxTotal - SOAP::SOAPDouble
memo - SOAP::SOAPString
tax2Total - SOAP::SOAPDouble
creditLimit - SOAP::SOAPDouble
currency - ActiveNetsuite::RecordRef
m_class - ActiveNetsuite::RecordRef
department - ActiveNetsuite::RecordRef
location - ActiveNetsuite::RecordRef
status - SOAP::SOAPString
landedCostMethod - ActiveNetsuite::LandedCostMethod
landedCostPerLine - SOAP::SOAPBoolean
expenseList - ActiveNetsuite::VendorBillExpenseList
itemList - ActiveNetsuite::VendorBillItemList
landedCostsList - ActiveNetsuite::PurchLandedCostList
customFieldList - ActiveNetsuite::CustomFieldList
purchaseOrderList - ActiveNetsuite::RecordRefList
xmlattr_internalId - SOAP::SOAPString
xmlattr_externalId - SOAP::SOAPString

Constants

AttrExternalId
AttrInternalId

Attributes

account[RW]
approvalStatus[RW]
createdDate[RW]
creditLimit[RW]
currency[RW]
currencyName[RW]
customFieldList[RW]
customForm[RW]
department[RW]
discountAmount[RW]
discountDate[RW]
dueDate[RW]
entity[RW]
exchangeRate[RW]
expenseList[RW]
itemList[RW]
landedCostMethod[RW]
landedCostPerLine[RW]
landedCostsList[RW]
lastModifiedDate[RW]
location[RW]
memo[RW]
nextApprover[RW]
nullFieldList[RW]
postingPeriod[RW]
purchaseOrderList[RW]
status[RW]
subsidiary[RW]
tax2Total[RW]
taxTotal[RW]
terms[RW]
tranDate[RW]
tranId[RW]
userTotal[RW]
vatRegNum[RW]

Public Class Methods

new(nullFieldList = nil, createdDate = nil, lastModifiedDate = nil, customForm = nil, account = nil, entity = nil, subsidiary = nil, approvalStatus = nil, nextApprover = nil, vatRegNum = nil, postingPeriod = nil, tranDate = nil, currencyName = nil, exchangeRate = nil, terms = nil, dueDate = nil, discountDate = nil, tranId = nil, userTotal = nil, discountAmount = nil, taxTotal = nil, memo = nil, tax2Total = nil, creditLimit = nil, currency = nil, v_class = nil, department = nil, location = nil, status = nil, landedCostMethod = nil, landedCostPerLine = nil, expenseList = nil, itemList = nil, landedCostsList = nil, customFieldList = nil, purchaseOrderList = nil) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 15749
def initialize(nullFieldList = nil, createdDate = nil, lastModifiedDate = nil, customForm = nil, account = nil, entity = nil, subsidiary = nil, approvalStatus = nil, nextApprover = nil, vatRegNum = nil, postingPeriod = nil, tranDate = nil, currencyName = nil, exchangeRate = nil, terms = nil, dueDate = nil, discountDate = nil, tranId = nil, userTotal = nil, discountAmount = nil, taxTotal = nil, memo = nil, tax2Total = nil, creditLimit = nil, currency = nil, v_class = nil, department = nil, location = nil, status = nil, landedCostMethod = nil, landedCostPerLine = nil, expenseList = nil, itemList = nil, landedCostsList = nil, customFieldList = nil, purchaseOrderList = nil)
  @nullFieldList = nullFieldList
  @createdDate = createdDate
  @lastModifiedDate = lastModifiedDate
  @customForm = customForm
  @account = account
  @entity = entity
  @subsidiary = subsidiary
  @approvalStatus = approvalStatus
  @nextApprover = nextApprover
  @vatRegNum = vatRegNum
  @postingPeriod = postingPeriod
  @tranDate = tranDate
  @currencyName = currencyName
  @exchangeRate = exchangeRate
  @terms = terms
  @dueDate = dueDate
  @discountDate = discountDate
  @tranId = tranId
  @userTotal = userTotal
  @discountAmount = discountAmount
  @taxTotal = taxTotal
  @memo = memo
  @tax2Total = tax2Total
  @creditLimit = creditLimit
  @currency = currency
  @v_class = v_class
  @department = department
  @location = location
  @status = status
  @landedCostMethod = landedCostMethod
  @landedCostPerLine = landedCostPerLine
  @expenseList = expenseList
  @itemList = itemList
  @landedCostsList = landedCostsList
  @customFieldList = customFieldList
  @purchaseOrderList = purchaseOrderList
  @__xmlattr = {}
end

Public Instance Methods

__xmlattr() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 15729
def __xmlattr
  @__xmlattr ||= {}
end
m_class() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 15721
def m_class
  @v_class
end
m_class=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 15725
def m_class=(value)
  @v_class = value
end
xmlattr_externalId() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 15741
def xmlattr_externalId
  __xmlattr[AttrExternalId]
end
xmlattr_externalId=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 15745
def xmlattr_externalId=(value)
  __xmlattr[AttrExternalId] = value
end
xmlattr_internalId() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 15733
def xmlattr_internalId
  __xmlattr[AttrInternalId]
end
xmlattr_internalId=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 15737
def xmlattr_internalId=(value)
  __xmlattr[AttrInternalId] = value
end