class ActiveNetsuite::TransferOrder

{urn:inventory_2013_2.transactions.webservices.netsuite.com}TransferOrder

nullFieldList - ActiveNetsuite::NullField
createdDate - SOAP::SOAPDateTime
lastModifiedDate - SOAP::SOAPDateTime
customForm - ActiveNetsuite::RecordRef
shippingCost - SOAP::SOAPDouble
subTotal - SOAP::SOAPDouble
status - SOAP::SOAPString
transactionShipAddress - ActiveNetsuite::ShipAddress
shipAddressList - ActiveNetsuite::RecordRef
shipAddress - SOAP::SOAPString
fob - SOAP::SOAPString
tranDate - SOAP::SOAPDateTime
tranId - SOAP::SOAPString
source - SOAP::SOAPString
orderStatus - ActiveNetsuite::TransferOrderOrderStatus
subsidiary - ActiveNetsuite::RecordRef
employee - ActiveNetsuite::RecordRef
department - ActiveNetsuite::RecordRef
m_class - ActiveNetsuite::RecordRef
location - ActiveNetsuite::RecordRef
transferLocation - ActiveNetsuite::RecordRef
memo - SOAP::SOAPString
shipDate - SOAP::SOAPDateTime
shipMethod - ActiveNetsuite::RecordRef
trackingNumbers - SOAP::SOAPString
linkedTrackingNumbers - SOAP::SOAPString
shipComplete - SOAP::SOAPBoolean
altShippingCost - SOAP::SOAPDouble
shippingTax1Rate - SOAP::SOAPDouble
shippingTax2Rate - SOAP::SOAPDouble
handlingTax1Rate - SOAP::SOAPDouble
handlingTax2Rate - SOAP::SOAPDouble
shippingTaxCode - ActiveNetsuite::RecordRef
handlingTaxCode - ActiveNetsuite::RecordRef
total - SOAP::SOAPDouble
itemList - ActiveNetsuite::TransferOrderItemList
customFieldList - ActiveNetsuite::CustomFieldList
xmlattr_internalId - SOAP::SOAPString
xmlattr_externalId - SOAP::SOAPString

Constants

AttrExternalId
AttrInternalId

Attributes

altShippingCost[RW]
createdDate[RW]
customFieldList[RW]
customForm[RW]
department[RW]
employee[RW]
fob[RW]
handlingTax1Rate[RW]
handlingTax2Rate[RW]
handlingTaxCode[RW]
itemList[RW]
lastModifiedDate[RW]
linkedTrackingNumbers[RW]
location[RW]
memo[RW]
nullFieldList[RW]
orderStatus[RW]
shipAddress[RW]
shipAddressList[RW]
shipComplete[RW]
shipDate[RW]
shipMethod[RW]
shippingCost[RW]
shippingTax1Rate[RW]
shippingTax2Rate[RW]
shippingTaxCode[RW]
source[RW]
status[RW]
subTotal[RW]
subsidiary[RW]
total[RW]
trackingNumbers[RW]
tranDate[RW]
tranId[RW]
transactionShipAddress[RW]
transferLocation[RW]

Public Class Methods

new(nullFieldList = nil, createdDate = nil, lastModifiedDate = nil, customForm = nil, shippingCost = nil, subTotal = nil, status = nil, transactionShipAddress = nil, shipAddressList = nil, shipAddress = nil, fob = nil, tranDate = nil, tranId = nil, source = nil, orderStatus = nil, subsidiary = nil, employee = nil, department = nil, v_class = nil, location = nil, transferLocation = nil, memo = nil, shipDate = nil, shipMethod = nil, trackingNumbers = nil, linkedTrackingNumbers = nil, shipComplete = nil, altShippingCost = nil, shippingTax1Rate = nil, shippingTax2Rate = nil, handlingTax1Rate = nil, handlingTax2Rate = nil, shippingTaxCode = nil, handlingTaxCode = nil, total = nil, itemList = nil, customFieldList = nil) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 18833
def initialize(nullFieldList = nil, createdDate = nil, lastModifiedDate = nil, customForm = nil, shippingCost = nil, subTotal = nil, status = nil, transactionShipAddress = nil, shipAddressList = nil, shipAddress = nil, fob = nil, tranDate = nil, tranId = nil, source = nil, orderStatus = nil, subsidiary = nil, employee = nil, department = nil, v_class = nil, location = nil, transferLocation = nil, memo = nil, shipDate = nil, shipMethod = nil, trackingNumbers = nil, linkedTrackingNumbers = nil, shipComplete = nil, altShippingCost = nil, shippingTax1Rate = nil, shippingTax2Rate = nil, handlingTax1Rate = nil, handlingTax2Rate = nil, shippingTaxCode = nil, handlingTaxCode = nil, total = nil, itemList = nil, customFieldList = nil)
  @nullFieldList = nullFieldList
  @createdDate = createdDate
  @lastModifiedDate = lastModifiedDate
  @customForm = customForm
  @shippingCost = shippingCost
  @subTotal = subTotal
  @status = status
  @transactionShipAddress = transactionShipAddress
  @shipAddressList = shipAddressList
  @shipAddress = shipAddress
  @fob = fob
  @tranDate = tranDate
  @tranId = tranId
  @source = source
  @orderStatus = orderStatus
  @subsidiary = subsidiary
  @employee = employee
  @department = department
  @v_class = v_class
  @location = location
  @transferLocation = transferLocation
  @memo = memo
  @shipDate = shipDate
  @shipMethod = shipMethod
  @trackingNumbers = trackingNumbers
  @linkedTrackingNumbers = linkedTrackingNumbers
  @shipComplete = shipComplete
  @altShippingCost = altShippingCost
  @shippingTax1Rate = shippingTax1Rate
  @shippingTax2Rate = shippingTax2Rate
  @handlingTax1Rate = handlingTax1Rate
  @handlingTax2Rate = handlingTax2Rate
  @shippingTaxCode = shippingTaxCode
  @handlingTaxCode = handlingTaxCode
  @total = total
  @itemList = itemList
  @customFieldList = customFieldList
  @__xmlattr = {}
end

Public Instance Methods

__xmlattr() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 18813
def __xmlattr
  @__xmlattr ||= {}
end
m_class() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 18805
def m_class
  @v_class
end
m_class=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 18809
def m_class=(value)
  @v_class = value
end
xmlattr_externalId() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 18825
def xmlattr_externalId
  __xmlattr[AttrExternalId]
end
xmlattr_externalId=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 18829
def xmlattr_externalId=(value)
  __xmlattr[AttrExternalId] = value
end
xmlattr_internalId() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 18817
def xmlattr_internalId
  __xmlattr[AttrInternalId]
end
xmlattr_internalId=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 18821
def xmlattr_internalId=(value)
  __xmlattr[AttrInternalId] = value
end