class ActiveNetsuite::ItemSupplyPlanOrder

{urn:demandplanning_2013_2.transactions.webservices.netsuite.com}ItemSupplyPlanOrder

orderLineId - SOAP::SOAPLong
orderDate - SOAP::SOAPDateTime
receiptDate - SOAP::SOAPDateTime
quantity - SOAP::SOAPDouble
orderCreated - SOAP::SOAPBoolean
orderType - ActiveNetsuite::ItemSupplyPlanOrderType

Attributes

orderCreated[RW]
orderDate[RW]
orderLineId[RW]
orderType[RW]
quantity[RW]
receiptDate[RW]

Public Class Methods

new(orderLineId = nil, orderDate = nil, receiptDate = nil, quantity = nil, orderCreated = nil, orderType = nil) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 62933
def initialize(orderLineId = nil, orderDate = nil, receiptDate = nil, quantity = nil, orderCreated = nil, orderType = nil)
  @orderLineId = orderLineId
  @orderDate = orderDate
  @receiptDate = receiptDate
  @quantity = quantity
  @orderCreated = orderCreated
  @orderType = orderType
end