class ActiveNetsuite::PurchaseOrder

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

nullFieldList - ActiveNetsuite::NullField
createdDate - SOAP::SOAPDateTime
lastModifiedDate - SOAP::SOAPDateTime
customForm - ActiveNetsuite::RecordRef
entity - ActiveNetsuite::RecordRef
vatRegNum - SOAP::SOAPString
employee - ActiveNetsuite::RecordRef
supervisorApproval - SOAP::SOAPBoolean
tranDate - SOAP::SOAPDateTime
tranId - SOAP::SOAPString
createdFrom - ActiveNetsuite::RecordRef
terms - ActiveNetsuite::RecordRef
dueDate - SOAP::SOAPDateTime
otherRefNum - SOAP::SOAPString
memo - SOAP::SOAPString
approvalStatus - ActiveNetsuite::RecordRef
exchangeRate - SOAP::SOAPDouble
nextApprover - ActiveNetsuite::RecordRef
source - SOAP::SOAPString
currencyName - SOAP::SOAPString
toBePrinted - SOAP::SOAPBoolean
toBeEmailed - SOAP::SOAPBoolean
email - SOAP::SOAPString
toBeFaxed - SOAP::SOAPBoolean
fax - SOAP::SOAPString
message - SOAP::SOAPString
transactionBillAddress - ActiveNetsuite::BillAddress
billAddressList - ActiveNetsuite::RecordRef
billAddress - SOAP::SOAPString
currency - ActiveNetsuite::RecordRef
shipTo - ActiveNetsuite::RecordRef
subTotal - SOAP::SOAPDouble
taxTotal - SOAP::SOAPDouble
tax2Total - SOAP::SOAPDouble
transactionShipAddress - ActiveNetsuite::ShipAddress
shipAddressList - ActiveNetsuite::RecordRef
shipAddress - SOAP::SOAPString
fob - SOAP::SOAPString
shipDate - SOAP::SOAPDateTime
shipMethod - ActiveNetsuite::RecordRef
trackingNumbers - SOAP::SOAPString
linkedTrackingNumbers - SOAP::SOAPString
total - SOAP::SOAPDouble
m_class - ActiveNetsuite::RecordRef
department - ActiveNetsuite::RecordRef
location - ActiveNetsuite::RecordRef
subsidiary - ActiveNetsuite::RecordRef
intercoTransaction - ActiveNetsuite::RecordRef
intercoStatus - ActiveNetsuite::IntercoStatus
status - SOAP::SOAPString
orderStatus - ActiveNetsuite::PurchaseOrderOrderStatus
itemList - ActiveNetsuite::PurchaseOrderItemList
expenseList - ActiveNetsuite::PurchaseOrderExpenseList
customFieldList - ActiveNetsuite::CustomFieldList
xmlattr_internalId - SOAP::SOAPString
xmlattr_externalId - SOAP::SOAPString

Constants

AttrExternalId
AttrInternalId

Attributes

approvalStatus[RW]
billAddress[RW]
billAddressList[RW]
createdDate[RW]
createdFrom[RW]
currency[RW]
currencyName[RW]
customFieldList[RW]
customForm[RW]
department[RW]
dueDate[RW]
email[RW]
employee[RW]
entity[RW]
exchangeRate[RW]
expenseList[RW]
fax[RW]
fob[RW]
intercoStatus[RW]
intercoTransaction[RW]
itemList[RW]
lastModifiedDate[RW]
linkedTrackingNumbers[RW]
location[RW]
memo[RW]
message[RW]
nextApprover[RW]
nullFieldList[RW]
orderStatus[RW]
otherRefNum[RW]
shipAddress[RW]
shipAddressList[RW]
shipDate[RW]
shipMethod[RW]
shipTo[RW]
source[RW]
status[RW]
subTotal[RW]
subsidiary[RW]
supervisorApproval[RW]
tax2Total[RW]
taxTotal[RW]
terms[RW]
toBeEmailed[RW]
toBeFaxed[RW]
toBePrinted[RW]
total[RW]
trackingNumbers[RW]
tranDate[RW]
tranId[RW]
transactionBillAddress[RW]
transactionShipAddress[RW]
vatRegNum[RW]

Public Class Methods

new(nullFieldList = nil, createdDate = nil, lastModifiedDate = nil, customForm = nil, entity = nil, vatRegNum = nil, employee = nil, supervisorApproval = nil, tranDate = nil, tranId = nil, createdFrom = nil, terms = nil, dueDate = nil, otherRefNum = nil, memo = nil, approvalStatus = nil, exchangeRate = nil, nextApprover = nil, source = nil, currencyName = nil, toBePrinted = nil, toBeEmailed = nil, email = nil, toBeFaxed = nil, fax = nil, message = nil, transactionBillAddress = nil, billAddressList = nil, billAddress = nil, currency = nil, shipTo = nil, subTotal = nil, taxTotal = nil, tax2Total = nil, transactionShipAddress = nil, shipAddressList = nil, shipAddress = nil, fob = nil, shipDate = nil, shipMethod = nil, trackingNumbers = nil, linkedTrackingNumbers = nil, total = nil, v_class = nil, department = nil, location = nil, subsidiary = nil, intercoTransaction = nil, intercoStatus = nil, status = nil, orderStatus = nil, itemList = nil, expenseList = nil, customFieldList = nil) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 15933
def initialize(nullFieldList = nil, createdDate = nil, lastModifiedDate = nil, customForm = nil, entity = nil, vatRegNum = nil, employee = nil, supervisorApproval = nil, tranDate = nil, tranId = nil, createdFrom = nil, terms = nil, dueDate = nil, otherRefNum = nil, memo = nil, approvalStatus = nil, exchangeRate = nil, nextApprover = nil, source = nil, currencyName = nil, toBePrinted = nil, toBeEmailed = nil, email = nil, toBeFaxed = nil, fax = nil, message = nil, transactionBillAddress = nil, billAddressList = nil, billAddress = nil, currency = nil, shipTo = nil, subTotal = nil, taxTotal = nil, tax2Total = nil, transactionShipAddress = nil, shipAddressList = nil, shipAddress = nil, fob = nil, shipDate = nil, shipMethod = nil, trackingNumbers = nil, linkedTrackingNumbers = nil, total = nil, v_class = nil, department = nil, location = nil, subsidiary = nil, intercoTransaction = nil, intercoStatus = nil, status = nil, orderStatus = nil, itemList = nil, expenseList = nil, customFieldList = nil)
  @nullFieldList = nullFieldList
  @createdDate = createdDate
  @lastModifiedDate = lastModifiedDate
  @customForm = customForm
  @entity = entity
  @vatRegNum = vatRegNum
  @employee = employee
  @supervisorApproval = supervisorApproval
  @tranDate = tranDate
  @tranId = tranId
  @createdFrom = createdFrom
  @terms = terms
  @dueDate = dueDate
  @otherRefNum = otherRefNum
  @memo = memo
  @approvalStatus = approvalStatus
  @exchangeRate = exchangeRate
  @nextApprover = nextApprover
  @source = source
  @currencyName = currencyName
  @toBePrinted = toBePrinted
  @toBeEmailed = toBeEmailed
  @email = email
  @toBeFaxed = toBeFaxed
  @fax = fax
  @message = message
  @transactionBillAddress = transactionBillAddress
  @billAddressList = billAddressList
  @billAddress = billAddress
  @currency = currency
  @shipTo = shipTo
  @subTotal = subTotal
  @taxTotal = taxTotal
  @tax2Total = tax2Total
  @transactionShipAddress = transactionShipAddress
  @shipAddressList = shipAddressList
  @shipAddress = shipAddress
  @fob = fob
  @shipDate = shipDate
  @shipMethod = shipMethod
  @trackingNumbers = trackingNumbers
  @linkedTrackingNumbers = linkedTrackingNumbers
  @total = total
  @v_class = v_class
  @department = department
  @location = location
  @subsidiary = subsidiary
  @intercoTransaction = intercoTransaction
  @intercoStatus = intercoStatus
  @status = status
  @orderStatus = orderStatus
  @itemList = itemList
  @expenseList = expenseList
  @customFieldList = customFieldList
  @__xmlattr = {}
end

Public Instance Methods

__xmlattr() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 15913
def __xmlattr
  @__xmlattr ||= {}
end
m_class() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 15905
def m_class
  @v_class
end
m_class=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 15909
def m_class=(value)
  @v_class = value
end
xmlattr_externalId() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 15925
def xmlattr_externalId
  __xmlattr[AttrExternalId]
end
xmlattr_externalId=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 15929
def xmlattr_externalId=(value)
  __xmlattr[AttrExternalId] = value
end
xmlattr_internalId() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 15917
def xmlattr_internalId
  __xmlattr[AttrInternalId]
end
xmlattr_internalId=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 15921
def xmlattr_internalId=(value)
  __xmlattr[AttrInternalId] = value
end